mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
172d925f0f
* Revert "Revert "Desktop: Add ENEX to HTML export (#1795)"" This reverts commit50b66cceca
. * Revert "Revert "Desktop, Cli: Fixed interop service so that it still allow auto-detecting importer based on format (required for Cli and for test units)"" This reverts commitc7c57ab2a5
. * Fix the .md importer * Add comment re future refactor * Rm importerClass for .md importer * Fix EnexToMd module name
14 lines
489 B
HTML
14 lines
489 B
HTML
<en-note>
|
|
<div><input type="checkbox" onclick="return false;">This is a test</div>
|
|
<div><input type="checkbox" onclick="return false;">A test for <span style="font-weight: bold;">bold</span></div>
|
|
<div>
|
|
<input type="checkbox" onclick="return false;">A test for <i>italic</i>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
<div>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
<div><i><img src=":/89ce7da62c6b2832929a6964237e98e9" hash="89ce7da62c6b2832929a6964237e98e9" type="image/jpeg" alt=""></i></div>
|
|
</en-note> |