MarkDown: Difference between revisions
Created page with "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." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Documentation: | |||
markdown extended syntax : https://www.markdownguide.org/extended-syntax/ | * 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: | |||
# # | |||
# ## | |||
# ### | |||
# #### | |||
# ##### | |||
# ###### |
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:
- #
- ##
- ###
- ####
- #####
- ######