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.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ad0733b..59defee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,8 +22,8 @@ dependencies = [ [[package]] name = "markdown" -version = "3.2.0" -source = "git+git://benbridle.com/markdown?tag=v3.2.0#883a2a63023ea9b1e4b2bb51831ea1dafcb7346a" +version = "3.3.0" +source = "git+git://benbridle.com/markdown?tag=v3.3.0#df45ffb3affb7cb1d53b567b70fef721353ccffe" [[package]] name = "paste" -- cgit v1.2.3-70-g09d2