Alert message plugin for Honkit
npm install honkit-plugin-alert-msgmd
{% alert type="note", style="callout" %}
This is a note.
{% endalert %}
`This block is expanded into the following HTML by default.
`html
"Note"
This is a note.
`$3
- type
- note
- tip
- warning
- danger
- and you can add some custom type
- style
- callout
- flatInstallation
$3
on project root
`bash
npm install honkit-plugin-alert-msg
`$3
`json
{
"plugins": [
"alert-msg"
]
}
`Now you can use
alert-msg by honkit build, honkit serve` and so on.