mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
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> |
||
|---|---|---|
| .. | ||
| _test | ||
| ast | ||
| definition_list.go | ||
| definition_list_test.go | ||
| footnote.go | ||
| footnote_test.go | ||
| gfm.go | ||
| linkify.go | ||
| linkify_test.go | ||
| strikethrough.go | ||
| strikethrough_test.go | ||
| table.go | ||
| table_test.go | ||
| tasklist.go | ||
| tasklist_test.go | ||
| typographer.go | ||
| typographer_test.go | ||