You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more note types with more color options (e.g. grey)
What about removal on title attribute for note. It is optional, but when it is absent it still renders as empty block.
What about going from this syntax:
{% note title="title" %}
content
{% endnote%}
To this:
{% note %}
*title*
content
{% endnote%}
The text was updated successfully, but these errors were encountered:
There are several propositions:
What about going from this syntax:
The text was updated successfully, but these errors were encountered: