mdbook-abbr

Crates.iomdbook-abbr
lib.rsmdbook-abbr
version0.1.0
sourcesrc
created_at2023-11-03 10:43:38.566056
updated_at2023-11-03 10:43:38.566056
descriptionmdBook preprocessor that expands defined abbreviations
homepagehttps://github.com/staticf0x/mdbook-abbr
repositoryhttps://github.com/staticf0x/mdbook-abbr
max_upload_size
id1023992
size55,925
Riley (staticf0x)

documentation

README

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"
Commit count: 2

cargo fmt