frogmouth
frogmouth copied to clipboard
Doesn't render collapsible headers
likewise, clicking on the links (anchors) it does not scroll to the correct section, and instead re-fetches the page
If I recall correctly, collapsing sections aren't part of Markdown, but more of an inline HTML thing; Frogmouth is of course a Markdown viewer.
However, if a plugin happens to exist for the parser we use, we can look at using that (I've done some work in Textual to make it easier to use plugins, and so some work on Frogmouth to make use of this will be happening soon).
aah, you're right. thank you for being so on top of all these issues! lemme take a look.