Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 339 Bytes

mdbook-abbr

mdBook preprocessor that expands defined abbreviations.

Installation

cargo install mdbook-abbr

Configuration

[preprocessor.abbr]
# This enables the preprocessor

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