Skip to content

Commit 8f3b6b4

Browse files
committed
Move markdown support to mdbook-markdown
This moves all the code responsible for markdown processing to the mdbook-markdown crate.
1 parent 3278f84 commit 8f3b6b4

File tree

10 files changed

+556
-521
lines changed

10 files changed

+556
-521
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rust-version = "1.85.0" # Keep in sync with installation.md and .github/workflow
2424
anyhow = "1.0.98"
2525
log = "0.4.27"
2626
mdbook-core = { path = "crates/mdbook-core" }
27+
mdbook-markdown = { path = "crates/mdbook-markdown" }
2728
mdbook-preprocessor = { path = "crates/mdbook-preprocessor" }
2829
mdbook-renderer = { path = "crates/mdbook-renderer" }
2930
mdbook-summary = { path = "crates/mdbook-summary" }
@@ -63,6 +64,7 @@ handlebars = "6.0"
6364
hex = "0.4.3"
6465
log.workspace = true
6566
mdbook-core.workspace = true
67+
mdbook-markdown.workspace = true
6668
mdbook-preprocessor.workspace = true
6769
mdbook-renderer.workspace = true
6870
mdbook-summary.workspace = true

0 commit comments

Comments
 (0)