theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Support Markdown #2

Closed theRealProHacker closed 1 year ago

theRealProHacker commented 2 years ago

The syntax should be something like this

<markdown>
# Markdown in HTML works
</markdown>

Alternatively the tag could be called md

The implementation could be to automatically unfold the markdown into HTML or to just render it.

theRealProHacker commented 1 year ago

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).