4 Commits

Author SHA1 Message Date
Bianca Nenciu
7fb693c8f6
FIX: Generate valid heading ids () 2021-11-08 20:44:46 +02:00
Bianca Nenciu
96a16123d8
FIX: Generate unique HTML heading names ()
Headings with the exact same name generated exactly the same heading
names, which was invalid. This replaces the old code for generating
names for non-English headings which were using URI encode and resulted
in unreadable headings.
2021-04-16 10:54:19 +03:00
Bianca Nenciu
e4e2c7c66f
FIX: Improve anchor links ()
* FIX: Use theme color for anchor icon

* FIX: Do not count anchor links

* FIX: Do not count hashtags links either

* DEV: Add tests for link_count

* FIX: Disable anchors in quotes and preview

* FIX: Try building some anchor slugs for unicode

* DEV: Fix tests
2021-04-14 10:27:07 +03:00
Bianca Nenciu
2ad9b3f432
FEATURE: Add anchor links to headings () 2021-03-23 10:45:06 +02:00