Introduction

Terms defined: static site generator

Python and Output

import sys

def main():
    """docstring"""
    for s in sys.argv:
        print(s)

if __name__ == "__main__":
    main()
alpha
beta
gamma

Others

select left, right
from some_table
where left > right;
bash some_script.sh
$ cmd a b c
a 1
b 2
c 3

Data

left,middle,right
1,2,3
"four","five","six"
{
    "first_key": "first_value",
    "second_key": [3, 5, 7]
}
[title]
name = "name"
description = "description"
- first_key: first_value
- second_key:
  - 3
  - 5
  - 7

Image and Thanks

alt text
Figure 1.1: caption text

Thanks to: