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 4.0
{% noteblock style parameter (optional), title (optional) %}
Text paragraph
{% endnoteblock %}

Demo effect

Some complicated structures can be placed in the block, and nesting is supported.

title (optional)

Windows 10 is not designed for everyone, but for everyone

Nested test: Please sit down and relax, I'm doing everything for you...

Folding test: Click to see more

don't say we haven't warned you

We all have troubles

Source code of the above example

example:
{% noteblock, title (optional) %}

Windows 10 is not designed for everyone, but for everyone

{% noteblock done %}
Nested test: Please sit down and relax, I'm helping you with everything...
{% endnoteblock %}

{% folding yellow, Folding test: click to see more %}

{% note warning, don't say we haven't warned you %}
{% noteblock bug red %}
We all have troubles
{% endnoteblock %}

{% endfolding %}
{% endnoteblock %}

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!