mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
10 lines
222 B
HTML
10 lines
222 B
HTML
<ul class="joplin-checklist">
|
|
<li>Not checked</li>
|
|
<li class="checked">Checked!!
|
|
<ul class="joplin-checklist">
|
|
<li class="checked">Indented, with <strong>bold</strong></li>
|
|
<li>Indented, not checked</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|