- Fix FTBFS by updating how we use obs-service-cargo to automate
vendoring of dependencies.
- Update to version 0.4.36:
* Added
- Added Nim to the default highlighted languages.
- Added a small indicator for the sidebar resize handle.
* Changed
- Updated dependencies. MSRV raised to 1.70.0.
* Fixed
- Fixed blank column in print page when the sidebar was visible.
- Fixed indentation of code blocks when Javascript is disabled.
- Fixed a panic when mdbook serve or mdbook watch were given certain kinds of paths.
- Update vendored dependencies.
OBS-URL: https://build.opensuse.org/request/show/1141734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mdbook?expand=0&rev=16
* Added
- Added Nim to the default highlighted languages.
- Added a small indicator for the sidebar resize handle.
* Changed
- Updated dependencies. MSRV raised to 1.70.0.
* Fixed
- Fixed blank column in print page when the sidebar was visible.
- Fixed indentation of code blocks when Javascript is disabled.
- Fixed a panic when mdbook serve or mdbook watch were given certain kinds of paths.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=40
* added the book.text-direction setting for explicit support for right-to-left
languages.
* added rel=prefetch to the "next" links to potentially improve browser performance
* added a .warning css class which is styled for displaying warning blocks.
* better support of the sidebar when JS is disabled.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=36
* Apply some code style changes.
* Expand on hidelines documentation.
* Explicitly document the `hidelines` key.
* Support hidden lines in languages other than Rust
* Fix search for custom heading attributes
* Add an integration test for heading attributes
* Update pulldown-cmark to 0.9.3
* Add a test to the test_book for custom heading attributes
* Don't include empty class attribute.
* Update documentation for heading attributes
* docs suggestion
* Add working heading extension
* Update test_book highlight.md
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=26
* Update to 0.4.29
* Set minimum versions in Cargo.toml
* Update clap
* Update some indirect dependencies
* Apply clippy::match_like_matches_macro
* Apply clippy::manual_while_let_some
* Apply clippy::needless_borrowed_reference
* Apply clippy::let_unit_value
* Apply clippy::borrow_deref_ref
* Apply clippy::needless_borrow
* Raise MSRV to 1.65
* Update some direct dependencies
* Don't copy the stock fonts if the user has overridden fonts.css.
* Don't warn on copy-fonts=true (the default) when fonts.css is overridden.
* Update renderers.md
* Refactor the warning message related to copy_fonts so that a user simply configures it
* Switch from gitignore to ignore
* Update init.md
* Bump h2 from 0.3.15 to 0.3.17
* style(tests): Fixed issues reported by clippy
* docs(cli): Add docs for --force
* fix(cli): init --force skips confirmation prompts
* Convert links from http to https protocol
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=24
* Update to 0.4.27
* Also make sure releases use --locked
* Make sure CI runs with --locked
* Revert "bump 'toml' dependency"
* Remove spammy `debug!` log from `path_to_root`
* Update to 0.4.26
* Update some direct dependencies
* Add some comments about overflow-x
* bump 'toml' dependency
* Fix incorrect version command
* Remove dependency to time 0.1.44
* fix overflow-x on mobile
* Remove the WebKit-specific scrollbar styling altogether
* Add issue templates and update contributor docs
* Make fonts part of the theme.
* Fix MDBOOK_BOOK environment variable example
* Thin scrollbars in Chrome and Safari to make them less assertive (#1483)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=13