logoalt Hacker News

MoonWalkyesterday at 8:13 PM4 repliesview on HN

So the markup dialect that's widely used but suffers from a near-total lack of viewers will now finally be rendered as intended, at least on Windows?

Markdown presents a chicken-&-egg scenario that has dragged on for decades: tons of Markdown documents, but almost nothing with which to simply view (not edit) them as intended. Mystifying.


Replies

return_to_monkeyesterday at 8:29 PM

The point of markdown is that it is human-readable not only in "rendered" html form, but plain text too.

I think this explains the lack of viewers; they are simply not needed.

tracker1yesterday at 8:25 PM

At this point I really think GitHub should formally publish their flavor as well as a default implementation. It's likely the single most widely used variant online at this point.

I know there are others and there are fine points. I would like to see a couple minor additions to support image placement (that aligns with Medium's editor) and finally a strike-through text notation. But that's about it.

show 1 reply
delaminatoryesterday at 9:54 PM

PowerToys had a Markdown renderer for the Preview window added in version 0.16.0, which was released around late March 2020.

AdrianB1yesterday at 8:55 PM

I used to write documentation in Markdown manually. About a year ago I started using a VSCode extension to tell me if there are minor errors in the documents, but nothing else.