diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-01-19 20:01:51 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-01-19 20:01:51 +1300 |
commit | 5e7209f4a669aa59947a923ea031c0be6c5abee0 (patch) | |
tree | 5399286739401639eb442bef0218b09e15c4d093 /Cargo.toml | |
parent | 1e961e4f7afcc90b1c912ad16ef50aee3a1e2303 (diff) | |
download | toaster-5e7209f4a669aa59947a923ea031c0be6c5abee0.zip |
Update supported markdown syntax
Added math blocks, and changed link syntax, embedded file syntax, and
bold line element syntax.
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.0.3" } -markdown = { git = "git://benbridle.com/markdown", tag = "v2.1.2" } +markdown = { git = "git://benbridle.com/markdown", tag = "v3.1.0" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } xflags = "0.4.0-pre.1" |