summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-01-19 20:01:51 +1300
committerBen Bridle <ben@derelict.engineering>2025-01-19 20:01:51 +1300
commit5e7209f4a669aa59947a923ea031c0be6c5abee0 (patch)
tree5399286739401639eb442bef0218b09e15c4d093 /Cargo.lock
parent1e961e4f7afcc90b1c912ad16ef50aee3a1e2303 (diff)
downloadtoaster-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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ece6f91..cffbb59 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,8 +4,8 @@ version = 4
[[package]]
name = "markdown"
-version = "2.1.2"
-source = "git+git://benbridle.com/markdown?tag=v2.1.2#5c9ff7c79fec508017ea6c15b2612bc99276a9b6"
+version = "3.1.0"
+source = "git+git://benbridle.com/markdown?tag=v3.1.0#7933e285f9df67141094935ed4d1e525a920315b"
[[package]]
name = "recipe"