This Honkit plugin converts blockquotes into GitHub Flavored markdown Alert-like information for both websites and ebooks.
This Honkit plugin converts blockquotes into GitHub Flavor markdown Alert-like information for both websites and ebooks.
output example
input markdown
``md
> [!NOTE]
> Note text
> [!TIP]
> Tips text
> [!IMPORTANT]
> Important text
> [!WARNING]
> Warning text
> [!CAUTION]
> Caution text
> [!UnsupportedAnnotation]
>
> Normal block quotes
> [!Warning|title:※注]
>
> Change label "Warning" -> "※注"
>
`
1. Install this plugin.
2. Add this plugin to your book.json file.
Example book.json
`json``
{
"plugins": [
"blockquote-callout"
]
}
This plugin was created as an alternative to plugins that use web fonts (e.g. fontawesome) that are not embedded during PDF generation.