Create book from markdown files. Like Gitbook but implemented in Rust
46 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | crates/mdbook-core/src/config.rs | 1 | //! Mdbook's configuration system. |
| LOW | crates/mdbook-core/src/config.rs | 21 | //! authors = ["Michael-F-Bryan"] |
| LOW | crates/mdbook-core/src/config.rs | 61 | #[serde(default, deny_unknown_fields)] |
| LOW | crates/mdbook-core/src/config.rs | 121 | /// created by removing the `MDBOOK_` prefix and turning the resulting |
| LOW | crates/mdbook-core/src/config.rs | 261 | /// Set a config key, clobbering any existing values along the way. |
| LOW | crates/mdbook-core/src/config.rs | 421 | #[non_exhaustive] |
| LOW | crates/mdbook-core/src/config.rs | 441 | #[serde(rename = "2015")] |
| LOW | crates/mdbook-core/src/config.rs | 461 | /// Support for admonitions. |
| LOW | crates/mdbook-core/src/config.rs | 481 | /// Search settings. If `None`, the default will be used. |
| LOW | crates/mdbook-core/src/config.rs | 501 | /// Contains {path} that is replaced with chapter source file path |
| LOW | crates/mdbook-core/src/config.rs | 601 | /// The higher the more folded regions are open. When level is 0, all folds |
| LOW | crates/mdbook-core/src/config.rs | 641 | pub struct Code { |
| LOW | crates/mdbook-core/src/config.rs | 661 | /// Default: `2`. |
| LOW | crates/mdbook-core/src/book.rs | 1 | //! A tree structure representing a book. |
| LOW | crates/mdbook-core/src/book.rs | 141 | pub struct Chapter { |
| LOW | crates/mdbook-core/src/utils/fs.rs | 41 | /// This is mostly interesting for a relative path to point back to the |
| LOW | crates/mdbook-core/src/utils/fs.rs | 161 | // This is a workaround for an issue with the macOS file watcher. |
| LOW | crates/mdbook-renderer/src/lib.rs | 21 | |
| LOW | crates/mdbook-renderer/src/lib.rs | 41 | /// Which version of `mdbook` did this come from (as written in `mdbook`'s |
| LOW | crates/mdbook-html/src/html/tree.rs | 161 | /// [`pulldown_cmark`] iterator of [`pulldown_cmark::Event`] elements. |
| LOW | crates/mdbook-html/src/html/tree.rs | 181 | /// What parsing a table, the index of the current column. |
| LOW | crates/mdbook-html/src/html/mod.rs | 1 | //! HTML rendering support. |
| LOW | crates/mdbook-markdown/src/lib.rs | 1 | //! Markdown processing used in mdBook. |
| LOW | crates/mdbook-driver/src/lib.rs | 1 | //! High-level library for running mdBook. |
| LOW | crates/mdbook-driver/src/lib.rs | 21 | //! - [`mdbook_html`]: The HTML renderer. |
| LOW | crates/mdbook-driver/src/lib.rs | 41 | //! let root_dir = "/path/to/book/root"; |
| LOW | crates/mdbook-driver/src/mdbook.rs | 121 | /// BookItem::Separator => {}, |
| LOW | crates/mdbook-driver/src/mdbook.rs | 141 | /// |
| LOW | crates/mdbook-driver/src/mdbook.rs | 341 | bail!("Chapter not found: {}", chapter); |
| LOW | crates/mdbook-driver/src/builtin_preprocessors/links.rs | 21 | /// |
| LOW | crates/mdbook-preprocessor/src/lib.rs | 21 | pub use mdbook_core::errors; |
| LOW | crates/mdbook-summary/src/lib.rs | 21 | /// |
| LOW | crates/mdbook-summary/src/lib.rs | 41 | /// will be numbered and can be nested, resulting in a nice hierarchy (chapters, |
| LOW | crates/mdbook-summary/src/lib.rs | 141 | fn from(other: Link) -> SummaryItem { |
| LOW | crates/mdbook-summary/src/lib.rs | 161 | /// part ::= title dotted_item+ |
| LOW | …/includes/all_includes/src/nested-test-with-anchors.rs | 1 | // This is a test of includes with anchors. |
| LOW | tests/testsuite/rendering/hidelines/src/hide-lines.md | 21 | # |
| LOW | tests/gui/books/sidebar-scroll/src/chapter_35.md | 1 | # Chapter 35 |
| LOW | tests/gui/books/sidebar-scroll/src/chapter_35.md | 21 | ## Heading S |
| LOW | tests/gui/books/sidebar-scroll/src/chapter_10.md | 1 | # Chapter 10 |
| LOW | tests/gui/books/sidebar-scroll/src/chapter_10.md | 21 | ## Heading S |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | guide/src/format/configuration/general.md | 10 | authors = ["John Doe"] |
| LOW | guide/src/format/configuration/general.md | 57 | authors = ["John Doe", "Jane Doe"] |
| LOW | guide/src/format/configuration/general.md | 57 | authors = ["John Doe", "Jane Doe"] |
| LOW | guide/src/format/configuration/renderers.md | 93 | authors = ["John Doe", "Jane Doe"] |
| LOW | guide/src/format/configuration/renderers.md | 93 | authors = ["John Doe", "Jane Doe"] |