Markdown Language Syntax¶
For full documentation visit mkdocs.org.
Headers¶
# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6
H1 header line¶
H2¶
H3¶
H4
H5
H6
header line with underscore¶
Headers with underline: ### H3 - - - ### H3 ---
Text Decorations¶
**This is strong text** *This is emphasize* _this is italic_ ~~This is strike through (Supported by Python exterion: tilde)~~ ++This is underline++ (Not supported by all) ==This is highlight== (Supported by Python exterion: mark)
This is strong text
This is emphasize
This is italic
This is strike through
++This is underline++
This is highlight
Links¶
[This is a link to Google](https://www.google.ca)
![Link to JoyHome Logo Image](assets/images/logo.jpg)
Unordered List¶
-
This is an unordered list
- Nested ordered list
- second nested]
-
Second bullet list item
Block Quote¶
> This is a block of quote > second sentence
This is a block of quote
second sentence
Table¶
| column | column | |--------|--------| | First | Second |
column | column |
---|---|
First | Second |
Code and Bullet¶
- This is a bullet.
- This is the end of the first bullet list, with a fenced code block following:
Code More Code
- This is the start of a new bullet list. Hey, where is my fenced code?
Code More Code
- Maybe we can do it with indenting? Code More Code
-
Did that work? No, so we will try with separation:
Code More Code
-
Now I will try more indenting, to match the bullet margin, plus 4:
Code More Code
¶
- Well that was disappointing. How about we indent and use backticks together?
Code More Code
- No such luck. This time, with separation too:
Code More Code
- Well that was disappointing. How about we indent and use backticks together?
-
Don't tell me that worked?? Does it work with nested bullets?
-
First nested bullet
Code More Code
-
Second nested bullet
-
Python extensions¶
Here is the link to Python extension list
Open styled details (extension:details)
Nested details!
And more content again.
Discussion
(extension:admonition) Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.
Important
Important sentences
using system.io; using System; //Supported by extension:codehilite
Sentence Break
- try markdown within div, supported by extention:extra
Comment is invisible on Page