Eric Huss
40745600a3
Finish move of MDBook to mdbook-driver
2025-07-23 17:47:31 -07:00
Eric Huss
12285f505d
Move preprocessor types to mdbook-preprocessor
...
This sets up mdbook-preprocessor with the intent of being the core
library that preprocessors use to implement the necessary interactions.
2025-07-23 17:29:55 -07:00
Eric Huss
f51d89ba02
Move error types to mdbook-core
...
This moves Result and Error to mdbook-core with the anticipation of
using them in user crates. For now, the internal APIs will be using
anyhow directly, but the intent is to transition more of these to
mdbook-core where it makes sense.
2025-07-23 17:29:55 -07:00
Eric Huss
bc3399cc22
Update version to 0.5.0-alpha.1
...
This bumps the main crate to 0.5.0-alpha.1 in preparation for the 0.5
release.
2025-07-23 17:29:55 -07:00
Eric Huss
c7b67e363b
Rustfmt for 2024
2025-07-23 17:29:12 -07:00
Eric Huss
0de13cf5a9
Update CI to test the whole workspace
...
This updates the CI jobs to ensure that all crates in the workspace are
tested. This will be needed when more crates are added.
2025-07-23 17:29:12 -07:00
Eric Huss
d6d5d6e674
Move common package settings to shared workspace table
...
This moves common settings that can be shared across crates to the
shared workspace table. This will make it easier to maintain these
settings when adding more crates.
2025-07-23 17:29:12 -07:00
Eric Huss
5264074c1b
Move common lint controls to Cargo.toml
...
This moves lint overrides to Cargo.toml so that they can more easily be
shared across crates.
2025-07-23 17:29:12 -07:00
Eric Huss
3d07798832
Fix clippy lint for 1.88
2025-05-14 18:18:45 -07:00
Eric Huss
1d3b99c0df
Fix unused import
...
This happens because it is only used in the test configuration.
2025-04-20 19:25:50 -07:00
Eric Huss
9e3d533acc
Add a real example of remove-emphasis
2024-11-02 15:41:55 -07:00