Textualize / frogmouth

A Markdown browser for your terminal
https://www.textualize.io/
MIT License
2.35k stars 42 forks source link

Doesn't render collapsible headers #71

Open octoshrimpy opened 12 months ago

octoshrimpy commented 12 months ago

Use rothgar/awesome-tuis as an example:

image image

octoshrimpy commented 12 months ago

likewise, clicking on the links (anchors) it does not scroll to the correct section, and instead re-fetches the page

davep commented 12 months ago

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

octoshrimpy commented 12 months ago

aah, you're right. thank you for being so on top of all these issues! lemme take a look.