build(deps): Update Rust crate mdbook to v0.4.38 #428
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.4.37
->0.4.38
Release Notes
rust-lang/mdBook (mdbook)
v0.4.38
Compare Source
v0.4.37...v0.4.38
Added
nix
to the default set of languages supported for syntax highlighting.#2262
Changed
output.html.curly-quotes
option has been renamed tooutput.html.smart-punctuation
to better reflect what it does. The old optioncurly-quotes
is kept for compatibility, but may be removed in the future.#2327
mdbook serve
andmdbook watch
now uses a poll-based watcher instead of the native operating system notifications. This should fix issues on various systems and environments, and more accurately detect when files change. The native watcher can still be used with the--watcher native
CLI option.#2325
mdbook test
output now includes color, and shows relative paths to the source.#2259
#2350
#2351
#2378
#2381
Fixed
#2355
SUMMARY.md
from being indented into the previous nested section.#2364
@import
in the CSS.#2260
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.