+ MARKDOWN + TODO
This commit is contained in:
parent
2fc5a385fd
commit
abec2b994e
2 changed files with 36 additions and 0 deletions
31
MARKDOWN
Normal file
31
MARKDOWN
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# heading level 1
|
||||
## heading level 2
|
||||
###### heading level 6
|
||||
|
||||
blank line new paragraph
|
||||
two spaces at eod force line break
|
||||
|
||||
**bold** bold text
|
||||
__bold__ also bold text (but don't embed within a word)
|
||||
|
||||
*italics*
|
||||
|
||||
***bolditalic***
|
||||
|
||||
> text to blockquote
|
||||
>
|
||||
> + more paragraphs
|
||||
|
||||
> text to blockquote
|
||||
>
|
||||
>> with nested blockquote
|
||||
|
||||
- bullets also can prefix with + or *
|
||||
|
||||
1. numbered lists
|
||||
|
||||
indent 4 spaces (or 1 tab) for code blocks
|
||||
|
||||
`inline code`
|
||||
|
||||
--- on a line by itself -> horizontal rule
|
||||
5
TODO
Normal file
5
TODO
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
sphinx_markdown_builder
|
||||
|
||||
https://stackoverflow.com/questions/13396856/markdown-output-for-sphinx-based-documentation
|
||||
Loading…
Add table
Add a link
Reference in a new issue