Lists and Tables

Lists and Tables#

Note

This page contains only excerpts from my frequently used syntax. For the full documentation, please see {book}theme.


Table#

Term

Definition

Term 1

Definition of term 1

Term 2

Definition of term 2

Term 3

Definition of term 3


markdown#
    | Term   | Definition            |
    | ------ | --------------------- |
    | Term 1 | Definition of term 1  |
    | Term 2 | Definition of term 2  |
    | Term 3 | Definition of term 3  |


Enumerated Lists#

  1. One

  2. Two

    2.a Two A

    2.b Two B

  3. Three

markdown#
    1. One
    2. Two
    
        2.a Two A 
        
        2.b Two B
    3. Three