From a9dab5cd4fd71e06d705cd1612588568502ddc07 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 14 Mar 2025 12:59:16 +1300 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index de58476..94a9ccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3-70-g09d2