mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
|
<en-note>
|
||
|
<div>
|
||
|
<p>For example, consider an exported Evernote list with todo checkboxes like this:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><div><en-todo checked="true"/>Foo</div></li>
|
||
|
<li><div><en-todo checked="false"/><b>Bar</b></div></li>
|
||
|
<li><div><en-todo checked="false"/><i>Baz</i></div></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</en-note>
|