Closed theRealProHacker closed 1 year ago
The syntax should be something like this
<markdown> # Markdown in HTML works </markdown>
Alternatively the tag could be called md
md
The implementation could be to automatically unfold the markdown into HTML or to just render it.
There are several good Markdown to HTML converters implemented in Python. We need to find out what HTML and CSS we need to implement for the specific Markdown to work (for example, the pre tag).
pre
The syntax should be something like this
Alternatively the tag could be called
md
The implementation could be to automatically unfold the markdown into HTML or to just render it.