summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-02-01 17:48:27 +1300
committerBen Bridle <ben@derelict.engineering>2025-02-01 17:48:36 +1300
commit6aa4215cd51a2816fee3d60a844a7148664205b7 (patch)
treedfcd02cbf254bddfb33a7ae34d079019b2930e4c /Cargo.lock
parentdfd8d985da474bf4e2c080a1de36499eb6e13abb (diff)
downloadtoaster-6aa4215cd51a2816fee3d60a844a7148664205b7.zip
Support vertical borders in tables
The latest version of the markdown library includes support for a new vertical-border syntax in tables. When a table has a double-thickness pipe border between two columns in the markdown, each <th> and <td> cell in the column on the left side of the border is given the class 'border'.
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 b4c5475..3afc5ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,8 +4,8 @@ version = 4
[[package]]
name = "markdown"
-version = "3.1.0"
-source = "git+git://benbridle.com/markdown?tag=v3.1.0#7933e285f9df67141094935ed4d1e525a920315b"
+version = "3.2.0"
+source = "git+git://benbridle.com/markdown?tag=v3.2.0#883a2a63023ea9b1e4b2bb51831ea1dafcb7346a"
[[package]]
name = "recipe"