Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

NoteBlock is an enhanced version of Blockquote, with icons displayed on the left and colors can be customized. Note is a simple way of writing NoteBlock.

was last updated in version 2.3
{% note style parameter, text content %}

Demo effect

Classic usage

you can set the default style in the configuration file to provide the most convenient way to write a simple sentence.

note quote is suitable for quoting a paragraph

note info default theme color

note warning default yellow

note error/danger default red

note done/success default green

More icons

These are the default styles, you can add colors manually:

note radiation default style

note radiation yellow can add color

note bug red indicate some failures that still exist

note paperclip blue place some attachment links

note todo to-do items

note guide clear can add a section of guide

note download can place download link

note message gray A piece of message

note up can explain how to update

note undo light can explain how to cancel or roll back

Source code of the above example

example:
### Classic usage

{% note, you can set the default style in the configuration file to provide the most convenient way to write a simple sentence. %}
{% note quote, note quote is suitable for quoting a paragraph %}
{% note info, note info default theme color, suitable for neutral information %}
{% note warning, note warning default yellow, suitable for warning information %}
{% note danger, note error/danger default red, suitable for dangerous information %}
{% note success, note done/success default green, information suitable for correct operation %}

### More icons

These are the default styles, you can add colors manually:

{% note radiation, note radiation default style %}
{% note radiation yellow, note radiation yellow can add color %}
{% note bug red, note bug red indicate some failures that still exist %}
{% note link green, note link green can place some links %}
{% note paperclip blue, note paperclip blue place some attachment links %}
{% note todo, note todo todo %}
{% note guide clear, note guide clear can add a section of guide %}
{% note download, note download can place download link %}
{% note message gray, note message gray A piece of message %}
{% note up, note up can explain how to update %}
{% note undo light, note undo light can explain how to cancel or roll back %}

Supportable parameters

The position of style parameters can be written with icons and colors. Multiple style parameters are separated by spaces.

icon

color
quote, info, warning, done/success, error/danger
gray, color can also be specified
radiation, bug, idea, link, paperclip, todo, message, guide, download, up, undo

colour

specify color
clear, light, gray, red, yellow, green, cyan, blue

User Exchange Area

This is only for communication between users. If you have any questions, please go to GitHub to submit an issue. Asking questions in the comment area will not receive any response from the developer!