You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
The rendering of tables and code blocks worries me but stuff like headings
shouldn't be too hard since you already implemented it for gmi. I really
wonder how you can switch between styles within a line though? (Think
making a word bold)
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.
The text was updated successfully, but these errors were encountered: