goldmark/extension
Brief 40a7621c19 Keep footnote backlinks with text
This inserts a non-breaking space before backlinks to prevent them from being separated from footnote text.

Results in the following when text wraps:

```
1. Roses are red, violets are
blue ↩
```

Instead of this:

```
1. Roses are red, violets are blue
↩
```
2020-08-12 18:05:37 -07:00
..
_test Keep footnote backlinks with text 2020-08-12 18:05:37 -07: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 Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
footnote.go Keep footnote backlinks with text 2020-08-12 18:05:37 -07:00
footnote_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09: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 Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
strikethrough.go Closes #33 : Now NodeRenderers render attributes 2019-12-08 18:53:01 +09:00
strikethrough_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
table.go Fixes #148 2020-07-30 22:33:42 +09:00
table_test.go Fixes #78 2020-07-21 19:32:52 +09:00
tasklist.go Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
tasklist_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
typographer.go Fixes #141 2020-07-02 15:44:34 +09:00
typographer_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00