In #40338, we landed pulldown-cmark. 馃帄
But, given that it's a different renderer, there are bound to be differences. This comment pointed out some obvious problems. These bugs are going to be much easier to clean up than the initial PR was to land, though 馃憤
To help with this work, I generated docs for both the commit before and the commit of, ran all the HTML files through tidy-html5, and put it up here: steveklabnik/docdiff@ddda1fe the ' -> " changes are expected, but that tool doesn't have the ability to re-write those, so I left them in for now, which, frankly, makes the diff kinda large. working on it.
Here's the stuff we've found so far:
This change will land in tonight (3/29)'s nightly, so we can also poke at them then. I plan on making a users post tomorrow to advertise this bug.
Tagging as a regression so we make sure to take care of it. Marking as P-high and assigning @GuillaumeGomez and @frewsxcv who are both already working at knocking some of this out.
In #40338, we landed pulldown-cmark. 馃帄
But, given that it's a different renderer, there are bound to be differences. This comment pointed out some obvious problems. These bugs are going to be much easier to clean up than the initial PR was to land, though 馃憤
To help with this work, I generated docs for both the commit before and the commit of, ran all the HTML files through tidy-html5, and put it up here: steveklabnik/docdiff@ddda1fe the
'->"changes are expected, but that tool doesn't have the ability to re-write those, so I left them in for now, which, frankly, makes the diff kinda large. working on it.Here's the stuff we've found so far:
<br />forHardBreaks<a>tag (imperio update: I'll need an example to be able to fix this one)MarkdownHtmlnow doing the same asMarkdownwhen it should be escaping raw HTML.^now needs to be an html<sup>. (this is not a regression in the code, but something that needs to be adapted in the docs) Replace ^ with <sup> html balise聽#41043This change will land in tonight (3/29)'s nightly, so we can also poke at them then. I plan on making a users post tomorrow to advertise this bug.
Tagging as a regression so we make sure to take care of it. Marking as
P-highand assigning @GuillaumeGomez and @frewsxcv who are both already working at knocking some of this out.