tommilligan / mdbook-admonish

A preprocessor for mdbook to add Material Design admonishments.
MIT License
176 stars 20 forks source link

prefix directive class names with 'admonish-' #139

Closed tommilligan closed 1 year ago

tommilligan commented 1 year ago

This change exists to prevent conflicts with the newly added 'warning' class by mdBook. See also: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#added

Replicates #137, but rebased on #138