Crates.io | mdbook-abbr |
lib.rs | mdbook-abbr |
version | 0.1.0 |
source | src |
created_at | 2023-11-03 10:43:38.566056 |
updated_at | 2023-11-03 10:43:38.566056 |
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 | 55,925 |
mdBook preprocessor that expands defined abbreviations.
cargo install mdbook-abbr
[preprocessor.abbr]
# This enabled the preprocessor
[preprocessor.abbr.list]
# List the abbrevations and their expansions
API = "Application Programming Interface"
GQL = "GraphQL"