goldmark/extension/_test
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
..
definition_list.txt Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
footnote.txt Keep footnote backlinks with text 2020-08-12 18:05:37 -07:00
linkify.txt Fixes #83, Adds options for Linkify 2020-01-02 01:36:46 +09:00
strikethrough.txt Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
table.txt Fixes #148 2020-07-30 22:33:42 +09:00
tasklist.txt Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
typographer.txt Improve typographer 2020-06-04 15:26:24 +09:00