You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Scheel b8551f8532
Fix task-list checkbox styling (#10668)
* 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>
4 years ago
..
attribute.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
atx_heading.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
auto_link.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
blockquote.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
code_block.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
code_span.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
delimiter.go goldmark v1.1.19 -> v1.1.23 (#10519) 4 years ago
emphasis.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
fcode_block.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
html_block.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
link.go goldmark v1.1.19 -> v1.1.23 (#10519) 4 years ago
link_ref.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
list.go Fix task-list checkbox styling (#10668) 4 years ago
list_item.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
paragraph.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
parser.go goldmark v1.1.19 -> v1.1.23 (#10519) 4 years ago
raw_html.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
setext_headings.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago
thematic_break.go Change markdown rendering from blackfriday to goldmark (#9533) 5 years ago