#mdbook #preprocessor #abbreviation #expand #defined #expansion #abbr

app mdbook-abbr

mdBook preprocessor that expands defined abbreviations

1 unstable release

0.1.0 Nov 3, 2023

#1285 in Command line utilities

22 downloads per month

MIT license

16KB
82 lines

mdbook-abbr

mdBook preprocessor that expands defined abbreviations.

Installation

cargo install mdbook-abbr

Configuration

[preprocessor.abbr]
# This enabled the preprocessor

[preprocessor.abbr.list]
# List the abbrevations and their expansions
API = "Application Programming Interface"
GQL = "GraphQL"

Dependencies

~11–23MB
~321K SLoC