I want to give my editors a secondary bullet-list like this:
markdown:
### look at my list:
% cool marker, mate
% thanks, I know
% and it's so convenient to type!
resulting in this:
<h3>look at my list</h3>
<ul class="custom-class-set-in-config-maybe">
<li>cool marker, mate</li>
<li>thanks, I know</li>
<li>and it's so convenein to type</li>
</ul>
Is that possible with this plugin?
I want to give my editors a secondary bullet-list like this:
markdown:
resulting in this:
Is that possible with this plugin?