zola/components/markdown/tests
Eugene Lomov 6a2b890545 Implemented bottom footnotes with backreferences (#2480)
* Implemented bottom footnotes with backreferences

Fixes #1285

* Added bottom_footnotes option to configuration.md

* Renamed fix_github_style_footnotes()

* Added tests for convert_footnotes_to_github_style()

* Changed test to plain html instead of Vec<Event>

* Added integration test for footnotes

* Applied suggested changes
2024-06-20 23:15:24 +02:00
..
snapshots Implemented bottom footnotes with backreferences (#2480) 2024-06-20 23:15:24 +02:00
codeblocks.rs Prevent spans crossing line boundaries in class-based code block formatter (#2237) 2023-12-18 23:24:06 +01:00
common.rs Reenable link rewriting for colocated assets 2022-06-10 20:41:24 +02:00
img.rs Add support for lazy loading images (#2211) 2023-12-18 23:24:06 +01:00
links.rs Re-organise content and remove slotmap indirection level (#1827) 2022-04-26 20:51:04 +02:00
markdown.rs Implemented bottom footnotes with backreferences (#2480) 2024-06-20 23:15:24 +02:00
shortcodes.rs Re-organise content and remove slotmap indirection level (#1827) 2022-04-26 20:51:04 +02:00
summary.rs Re-organise content and remove slotmap indirection level (#1827) 2022-04-26 20:51:04 +02:00
toc.rs Re-organise content and remove slotmap indirection level (#1827) 2022-04-26 20:51:04 +02:00