ToTag
This is a simple markdown converter to HTML. I said markdown, but it is not really the case, the syntax is a little bit more diffrent and ugly, and also lack of the same functionality, but it is pretty fun to see how it works😅. So with that said, i will give this the title of the best markdown to html converter🥇.
| Element | Syntax | Example | |
|---|---|---|---|
| 0 | Heading 1 | # totag | totag |
| 1 | Heading 2 | ## totag | totag |
| 2 | Heading 3 | ### totag | totag |
| 3 | Heading 4 | #### totag | totag |
| 4 | Heading 5 | ##### totag | totag |
| 5 | Heading 6 | ##### totag | totag |
| 6 | List | - totag | |
| 7 | Bold | ** totag | totag |
| 8 | Italic | * totag | totag |