diff options
| author | Stephen Altamirano <[email protected]> | 2023-01-29 19:10:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-29 19:10:48 -0800 |
| commit | 1193bb59641f0fa0ab033d0382916be4c83e07da (patch) | |
| tree | 0ee529afb5f6f5323c76fab87a6d3d01379a06b7 /test/textile-reader.textile | |
| parent | 9dbb75dacb26e8482f62fcfaeb7a48ff7b1d7f0e (diff) | |
Add support for Textile footnote backlinks (#8585)
Backlinking from footnotes is already the behavior of `Note` values
when writing HTML. This adds parsing support for the explicit
backlinking syntax in Textile as described here:
https://textile-lang.com/doc/footnotes
Previously, these lines would be interpreted as a new paragraph
beginning with "fn3^." in text.
Diffstat (limited to 'test/textile-reader.textile')
| -rw-r--r-- | test/textile-reader.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/textile-reader.textile b/test/textile-reader.textile index 164fe966c..194353c9c 100644 --- a/test/textile-reader.textile +++ b/test/textile-reader.textile @@ -269,7 +269,7 @@ A note.[1] Another note[2]. fn1. The note is here! -fn2. Other note. +fn2^. Other note. h1. Comment blocks |
