Commit 3d57e5a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Submodule mdbook_fork4ls updated 38 files
- CHANGELOG.md+32
- Cargo.lock+623-303
- Cargo.toml+11-2
- examples/nop-preprocessor.rs+1-1
- examples/remove-emphasis/.gitignore+1
- examples/remove-emphasis/book.toml+5
- examples/remove-emphasis/mdbook-remove-emphasis/Cargo.toml+10
- examples/remove-emphasis/mdbook-remove-emphasis/src/main.rs+82
- examples/remove-emphasis/src/SUMMARY.md+3
- examples/remove-emphasis/src/chapter_1.md+3
- examples/remove-emphasis/test.rs+13
- guide/src/continuous-integration.md+1-1
- guide/src/for_developers/preprocessors.md+3-27
- guide/src/guide/installation.md+5
- src/book/book.rs+3-3
- src/book/mod.rs+8-14
- src/book/summary.rs+2-2
- src/cmd/serve.rs+2-2
- src/config.rs+1-1
- src/preprocess/links.rs+12-12
- src/renderer/html_handlebars/hbs_renderer.rs+23-16
- src/renderer/html_handlebars/helpers/toc.rs+19-43
- src/renderer/html_handlebars/search.rs+3-3
- src/theme/book.js+9-5
- src/theme/css/chrome.css+45-9
- src/theme/css/general.css+10
- src/theme/css/variables.css+33-3
- src/theme/highlight.css+1
- src/theme/index.hbs+12-33
- src/theme/mod.rs+12
- src/theme/toc.html.hbs+43
- src/theme/toc.js.hbs+54
- src/theme/tomorrow-night.css+2
- src/utils/fs.rs+12-12
- src/utils/mod.rs+38-4
- tests/alternative_backends.rs+2-4
- tests/init.rs+4-6
- tests/rendered_output.rs+70-54
0 commit comments