|
|
|
|
|
by jmmv
1230 days ago
|
|
I didn’t finish reading the article yet, but a couple of things so far: * Opening the article with the problem of the line break being a trailing white space is… odd. I have written tons of Markdown and I can count in one hand the number of times I’ve had to do this. Most prose doesn’t have hard line breaks: it has paragraphs, which are easy to represent. * As for list formatting, see this https://jmmv.dev/2022/07/markdown-lists.html , which fixes the problem for Markdown. It may not look pretty, but it works consistently AFAICT. In any case, yes, the warts that Markdown has are annoying. |
|