diff options
| author | Ben Bridle <ben@derelict.engineering> | 2025-12-12 19:54:45 +1300 |
|---|---|---|
| committer | Ben Bridle <ben@derelict.engineering> | 2025-12-12 19:55:37 +1300 |
| commit | e83e426f7e01a05086418fe8246aef95e5e13dfb (patch) | |
| tree | fd7b8b25f333d8ab721530a9de21bfe19303acf9 | |
| parent | 3896f3d6967e1c3c30a1c73a824616ce037d120b (diff) | |
| download | toaster-e83e426f7e01a05086418fe8246aef95e5e13dfb.zip | |
Update markdown dependency
This adds ignoring of pipe characters in styled tokens in tables, so
that I can use pipe characters inside equations in tables.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -68,8 +68,8 @@ dependencies = [ [[package]] name = "markdown" -version = "3.3.0" -source = "git+git://benbridle.com/markdown?tag=v3.3.0#df45ffb3affb7cb1d53b567b70fef721353ccffe" +version = "3.3.1" +source = "git+git://benbridle.com/markdown?tag=v3.3.1#2bff486208df17cae8498f602f81c6e2024a1a11" [[package]] name = "memchr" @@ -5,7 +5,7 @@ edition = "2021" [dependencies] vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.1" } -markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.0" } +markdown = { git = "git://benbridle.com/markdown", tag = "v3.3.1" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } log = { git = "git://benbridle.com/log", tag = "v2.0.0" } switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } |
