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"