diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-01-15 16:44:35 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-01-15 16:44:35 +1300 |
commit | 47fdfb62dd302d0e3d998e3f213e5af49f5a7039 (patch) | |
tree | c2640162b9c19997f3381c53dc859c87cee9ce3b /Cargo.toml | |
parent | bc3e25f8c1edbd233ed0c266c574892e88644d9c (diff) | |
download | toaster-47fdfb62dd302d0e3d998e3f213e5af49f5a7039.zip |
Count only level 1 and 2 headings when checking if page needs contents
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.1" } +markdown = { git = "git://benbridle.com/markdown", tag = "v2.1.2" } recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" } xflags = "0.4.0-pre.1" |