Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix task-list checkbox styling (#10668) | Alexander Scheel | 2020-03-08 | 2 | -16/+17 |
| | | | | | | | | | | | | | | | | | | | | | * Fix task-list checkbox styling The pandoc renderer will append the class "task-list" to the ul element wrapping a li with one or more check-boxes. This allows us to select for them, removing their list-style-type property. However, goldmark and the gfm spec doesn't specify the "task-list" class name, so we can't use that to fix the issue there. Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> * Update to goldmark v1.1.25 This version adds the missing space after a checkbox. Resolves: #9656 Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com> Co-authored-by: zeripath <art27@cantab.net> | ||||
* | vendor: update github.com/yuin/goldmark to v1.1.24 (#10551) | Antoine GIRARD | 2020-03-01 | 1 | -1/+5 |
| | |||||
* | goldmark v1.1.19 -> v1.1.23 (#10519) | 6543 | 2020-02-28 | 15 | -116/+1898 |
| | | | vendor update | ||||
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 50 | -0/+12773 |
* Move to goldmark Markdown rendering moved from blackfriday to the goldmark. Multiple subtle changes required to the goldmark extensions to keep current rendering and defaults. Can go further with goldmark linkify and have this work within markdown rendering making the link processor unnecessary. Need to think about how to go about allowing extensions - at present it seems that these would be hard to do without recompilation. * linter fixes Co-authored-by: Lauris BH <lauris@nix.lv> |