goldmark/extension
Alexander Scheel 5c877c8afe
Insert space after task-list checkboxes
According to the GFM spec (and per other implementations), a space
should be inserted after the checkbox input element. This gives visual
separation between the checkbox and its element. Update code and tests
to match.

Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
2020-03-07 21:14:45 -05:00
..
_test Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
ast documentation typo fixes 2020-02-14 22:03:49 -05:00
definition_list.go Closes #33 : Now NodeRenderers render attributes 2019-12-08 18:53:01 +09:00
definition_list_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
footnote.go Fixes #65 2019-12-18 11:37:07 +09:00
footnote_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
gfm.go Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
linkify.go documentation typo fixes 2020-02-14 22:03:49 -05:00
linkify_test.go Fixes #83, Adds options for Linkify 2020-01-02 01:36:46 +09:00
strikethrough.go Closes #33 : Now NodeRenderers render attributes 2019-12-08 18:53:01 +09:00
strikethrough_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
table.go documentation typo fixes 2020-02-14 22:03:49 -05:00
table_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
tasklist.go Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
tasklist_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
typographer.go documentation typo fixes 2020-02-14 22:03:49 -05:00
typographer_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00