Michael Howell
|
2dc8c5e686
|
Use embedded SVG instead of fonts for icons
The [downsides of icon fonts] are well-documented, and also, why ship all of
the icons when it only uses 14?
[downsides of icon fonts]: https://speakerdeck.com/ninjanails/death-to-icon-fonts
|
2025-08-14 20:14:55 -07:00 |
|
Noritada Kobayashi
|
91d13c390a
|
Document the edition2024 code block attribute
|
2025-05-19 12:51:11 +09:00 |
|
Max Heller
|
d325e821cd
|
fix: make line hiding in Rust code blocks consistent with rustdoc
Requires a space following a `#` for a line to be hidden.
|
2025-01-20 11:43:39 -05:00 |
|
Eric Huss
|
89878519b4
|
docs: Switch the guide to use smart punctuation.
|
2024-05-13 13:43:04 -07:00 |
|
Max Heller
|
721274239a
|
fix typo in guide
|
2024-01-03 19:46:10 -05:00 |
|
Joseph Perez
|
982608246e
|
fix typo
|
2023-11-19 14:46:50 +01:00 |
|
Michael Howell
|
ceb8b509e2
|
Add more guides to stock CSS classes
|
2023-09-08 13:27:02 -07:00 |
|
Michael Howell
|
65dae11e47
|
Add .warning class for doc author use
This is designed to be compatible with rustdoc's version, in
https://github.com/rust-lang/rust/pull/106561
|
2023-09-08 13:17:21 -07:00 |
|
Eric Huss
|
5572d3d4de
|
Expand on hidelines documentation.
|
2023-05-28 14:04:58 -07:00 |
|
Jannik Obermann
|
7df1d8c838
|
Support hidden lines in languages other than Rust
Co-Authored-By: thecodewarrior <5467669+thecodewarrior@users.noreply.github.com>
|
2023-05-28 14:04:54 -07:00 |
|
Shogo Takata
|
2ae7f007cc
|
add doc in mdbook.md
|
2022-03-27 17:28:42 +09:00 |
|
Eric Huss
|
f2fba30786
|
Update documentation
|
2021-12-19 20:26:37 -08:00 |
|
Tuyen Pham
|
efb13d7bc1
|
Fix inconsistent between bash version and rust version of the sample
In the bash version, `y` have value 6, while rust version it has value 7
|
2021-06-19 20:08:27 +07:00 |
|
David Tolnay
|
94f7578576
|
Add page title override: {{#title My Title}} (#1381)
* Add page title override: {{#title My Title}}
* Document {{#title}} in guide
|
2021-03-24 02:36:45 +01:00 |
|
Camelid
|
d6ea4e3f7a
|
docs: Use inline code for regex
And fix a typo.
|
2021-02-27 20:17:36 -08:00 |
|
mbartlett21
|
fcceee4761
|
Update examples with hidden lines (#1476)
* Update example.rs to have correct indent
The three hidden lines in example.rs now have four spaces indent for the hidden lines.
* Update mdbook.md
|
2021-02-27 02:40:14 +01:00 |
|
Camelid
|
4c951d530d
|
List supported Highlight.js languages in guide (#1345)
* List supported Highlight.js languages in guide
Generated using the technique described in
https://github.com/rust-lang/mdBook/issues/1275#issuecomment-655903967.
* Improve wording in guide
|
2020-09-30 01:56:31 +02:00 |
|
Camelid
|
b77942d3c8
|
Rename book-example to guide (#1336)
`book-example` is a bit of a strange name given that it's not just an
example.
|
2020-09-23 03:16:09 +02:00 |
|