You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
This commit is contained in:
11
packages/app-cli/tests/enex_to_html/checkbox-list.enex
Normal file
11
packages/app-cli/tests/enex_to_html/checkbox-list.enex
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user