ranfdev/Geopard

Render Markdown

Gaming4LifeDE opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
It would be cool if Geopard could render Markdown. Sure, gmi is the "native" syntax, but it also clearly states that alternatives can certainly be used. Markdown would allow gemini to be used for documentation with tables, code blocks and so on.

It would be nice, but it may require a solid amount of work. Don't expect it soon

So i was thinking a bit. Maybe you can, instead of using a single TextView for everything, use a Stack instead which you can fill according to the tokens parsed (i.e. add a TreeView to the stack if you encounter a Markdown table)