We’re moving over to a newer parser/renderer library for markdown texts (https://github.com/vsch/flexmark-java), because of performance issues with the one currently used (https://github.com/sirthias/pegdown).

Unfortunately, it’s hard to exactly match the parsing behavior of pegdown. After analyzing and fixing most of the common problems found while migrating to the new library, most pages will render the same HTML. However, it’s possible that some changes in rendering are missed by the analysis. Most issues are related to mixed use of HTML and markdown, and blank lines after HTML blocks.

Submitted by Elmer van Chastelet on 19 July 2017 at 16:32

On 19 July 2017 at 16:32 Elmer van Chastelet tagged 0.9.66

On 20 July 2017 at 14:25 Elmer van Chastelet closed this issue.

Log in to post comments