I just noticed on my website, linked markdown is not correctly interpreted into html. (See website article with the problem.)
Also, I noticed that every linebreak in markdown is translated into an html linebreak. Even though it shouldn't.
This is important for writing markdown, since at the moment I need to write every thing in a single line, which I don't want to have. This is part of the markdown definition:
Both of this problems are no parser(markdown-it) problems, according to this
I just noticed on my website, linked markdown is not correctly interpreted into html. (See website article with the problem.)
Also, I noticed that every linebreak in markdown is translated into an html linebreak. Even though it shouldn't.
This is important for writing markdown, since at the moment I need to write every thing in a single line, which I don't want to have. This is part of the markdown definition:
Both of this problems are no parser(markdown-it) problems, according to this