Scratchpad
Cheat Sheet/Scratch pad to test readthedocs/mkdocs
Tables
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Headless table cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Admonitions
roll-your-own admonitions (pandoc doesn’t translate them properly):
NOTE: This is a note
This is an admonition - here is some more text.
Strikethrough text, Underline, keyboard
Can you include code
?
Can you include
- Bullets?
and
- Lists?
- Lists?
- Lists?
First | Second | Third |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 1 | Cell 2 | Cell 3 |
echo Hello $1\!
echo
echo Goodbye
TIP: Sample title
Sample text
WARNING: Sample title
Sample text
DANGER: Sample title
Sample text
Text effects
Strikethrough text., Underline, keyboard
Use alt-f4 to close the window; press Ctrl-Fn-F1q to quit.
“test” ‘test2’
Lists - mixing doesn’t work without furhter python extensions
- First ordered list item
- Another item
- Unordered sub-list.
- Actual numbers don’t matter, just that it’s a number
- Ordered sub-list
- And another item.
You can’t have have properly indented paragraphs within list items.
- Unordered list can use asterisks
- Or minuses
- Or pluses