MarkDown: Difference between revisions

From PedrosBrainDump
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:
markdown basic syntax : https://www.markdownguide.org/basic-syntax/
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.
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:

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:

  1. #
  2. ##
  3. ###
  4. ####
  5. #####
  6. ######