Closed chucker closed 2 years ago
This seems to be caused by an extension, which isn't even enabled AFAICT: https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/HardlineBreakSpecs.md
Yeah, that's definitely not the standard Markdown behavior. Line breaks should only be auto-inserted after two spaces. (Which I think is a bit weird, but oh well.)
As it turns out, the markdown sent to the frontend is correct and I - stupidly - turned on the option breaks
for Marked
(ref: marked.js.org/using_advanced#options).
(This seems to be happening on the API end.)
Given Markdown like:
TRENZ Docs will currently insert a line break. Azure DevOps doesn't seem to do that. Neither does GitHub.