Some simple markdown
Contents
1. Some simple markdown¶
More detail here: https://www.markdownguide.org/cheat-sheet/
1.1. Bullets and lists¶
Use * to create bullet points.
Use 1. to number lists you can increment the number yourself, or repeat 1. and let Jupyter Book increment numbers.
1.2. Headings¶
Use #, ##, ###, #### for headings (of decreasing size).
1.3. Footnote¶
Use [^1] to point to a footnote. Repeat for footnote, but use colon, [^1]: Footnote text.
Here’s a sentence with a footnote. 1
1.4. Emphasis¶
Put asterix around words to make then italic. Or double asterix to make them bold.
1.5. Table¶
Tables an be created with pipe | for vertical lines and dashes for horizontal lines.
There is no need to align the |
Name |
Age |
Sex |
|---|---|---|
Ben |
32 |
M |
Sami |
33 |
F |
