diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-03-14 12:59:16 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-03-14 12:59:41 +1300 |
commit | a9dab5cd4fd71e06d705cd1612588568502ddc07 (patch) | |
tree | 1636397063026c5173ef73d2015226bf92466510 /Cargo.toml | |
parent | 8b7affdd9f256f38b99d416c2d7ba3a4a76cc6ad (diff) | |
download | toaster-a9dab5cd4fd71e06d705cd1612588568502ddc07.zip |
Support labelled internal links
The latest version of the markdown library supports labelled internal
links, which allows an internal link to point to a page but to display
with a different name.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ edition = "2021" [dependencies] vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.0" } -markdown = { git = "git://benbridle.com/markdown", tag = "v3.2.0" } +markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.0" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } log = { git = "git://benbridle.com/log", tag = "v1.1.2" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } |