| Crates.io | mdbook-abbr |
| lib.rs | mdbook-abbr |
| version | 0.2.0 |
| created_at | 2023-11-03 10:43:38.566056+00 |
| updated_at | 2025-11-24 12:31:40.362902+00 |
| description | mdBook preprocessor that expands defined abbreviations |
| homepage | https://github.com/staticf0x/mdbook-abbr |
| repository | https://github.com/staticf0x/mdbook-abbr |
| max_upload_size | |
| id | 1023992 |
| size | 18,420 |
mdBook preprocessor that expands defined abbreviations.
cargo install mdbook-abbr
[preprocessor.abbr]
# This enables the preprocessor
[preprocessor.abbr.list]
# List the abbrevations and their expansions
API = "Application Programming Interface"
GQL = "GraphQL"