Would there be any interest? header tags are used to make table of contents, anchor tags create Index entries, all the formatting tags (tables, un-numbered and numbered lists etc) do basic print formatting. All the bold/underline/italic also render to paper. Sort of like a poor man’s TeX.

Has anyone done this?

  • Dessalines@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    13 hours ago

    There’s a lot of libraries that convert html to markdown (and in the process get rid of all the javascript spyware).

    The android app markdownr can do this on the fly, and I had an idea to create a markdown web browser using that as a base, but no time to work on it.