-
Notifications
You must be signed in to change notification settings - Fork 17
Other in page components
gael-boyenval edited this page Jan 15, 2019
·
1 revision
to use a color, add to your markdown the following :
# color
<color value="#cf59c6" name="my-color"></color>
# color
<hintitem>always use that for this pupose</hintitem>
<hintitem dont="true">don't do that !</hintitem>
# anything
<hint type="dont">
<!-- Put any html here -->
</hint>
<hint type="do" title="A good usage of the magic unit">
<!-- Put any html here -->
</hint>
you can use hintitem
inside hint
blocks
# anything
<hint type="do" title="A good usage">
<hintitem>always use that for this pupose</hintitem>
<hintitem>do this too</hintitem>
</hint>