Changed named anchor syntax

This commit is contained in:
Zef Hemel
2022-10-24 19:40:52 +02:00
parent 246d3ae45b
commit a2e5d0cc93
4 changed files with 19 additions and 7 deletions
+10
View File
@@ -3,6 +3,16 @@ release.
---
## 0.1.4
- Breaking change (for those who used it): the named anchor syntax has changed
from `@anchorname` to `$anchorname`. This is to avoid conflicts with
potentialy future use of `@` for other purposes (like mentioning people).
Linking to an anchor still uses the `[[page@anchorname]]` syntax. So, you
create an anchor $likethis you can then reference it [[@likethis]].
---
## 0.1.3
- Silver Bullet now runs on Windows!