MarkDown: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
I'll make this documentation as I implement my code. | I'll make this documentation as I implement my code. | ||
== Step 1 headings == | |||
Headings: | |||
# # | |||
# ## | |||
# ### | |||
# #### | |||
# ##### | |||
# ###### |
Latest revision as of 05:17, 14 November 2024
Documentation:
- markdown basic syntax : https://www.markdownguide.org/basic-syntax/
- markdown extended syntax : https://www.markdownguide.org/extended-syntax/
Here is the idea, make a markdown to html compiler. GitHub project : https://github.com/PedroMussato/MDtoHTML.git
I'll make this documentation as I implement my code.
Step 1 headings
Headings:
- #
- ##
- ###
- ####
- #####
- ######