Example Page#

Plain text with some inline code.

quote block

 1"""Showcase custom pygments style."""
 2# this is just an example
 3import boto3
 4
 5client = boto3.client('ec2')
 6print('client.describe_instances')
 7print('test\ntest')
 8
 9def function(**kwarg):
10    """placeholder."""
11
12class Test:
13    """placeholder."""
14
15    def __init__(self):
16        """placeholder."""
17        pass

Header 1

Header 2

Header 3

body row 1

column 2

column 3

body row 2

Cells may span columns.

body row 3

Cells may span rows.

  • Cells

  • contain

  • blocks.

body row 4

Note

This is a note.

Important

This is important.

Warning

This is a warning.

Danger

This is dangerous.

  1. list item

  • another list