mdbook/crates/mdbook-html/src
cobyfrombrooklyn-bot d171e698fa Improve error message for invalid Font Awesome icons
When an invalid Font Awesome icon name is used (e.g. in git-repository-icon),
the error message now includes the icon name, the type that was searched,
valid prefix options (fas/fab/far), and a link to the FontAwesome icon gallery.

Before: Missing font github
After:  Unknown Font Awesome icon `github` for type `regular`. Hint: check
        the icon name and prefix (fas (solid), fab (brands), or far (regular))
        at https://fontawesome.com/v6/search?m=free

Fixes #3023
2026-02-24 08:58:05 -05:00
..
html Support new font-awesome class names 2025-11-19 16:04:34 -08:00
html_handlebars Improve error message for invalid Font Awesome icons 2026-02-24 08:58:05 -05:00
theme Move theme copy to the Theme type and reduce visibility 2025-09-20 17:55:12 -07:00
lib.rs Add a new HTML rendering pipeline 2025-09-16 20:26:35 -07:00
utils.rs Add a comment about the intent of HTML id generation 2025-11-04 16:05:36 -08:00