1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-cli/tests/enex_to_md/text_formatting.html
2020-11-05 16:58:23 +00:00

20 lines
885 B
HTML

<div><strong>singleline strong text.</strong></div><div><br/></div>
<div><b>singleline bold text.</b></div><div><br/></div>
<div><strong>multiline strong
text.</strong></div><div><br/></div>
<div><b>multiline bold
text.</b></div><div><br/></div>
<div><em>singleline emphasized text.</em></div><div><br/></div>
<div><i>singleline italic text.</i></div><div><br/></div>
<div><em>multiline emphasized
text.</em><div><br/></div>
<div><i>multiline italic
text.</i><div><br/></div>
<div><b>singleline bold text</b> next to normal text with leading space.</div><div><br/></div>
<div><b>singleline bold text with trailing space </b>next to normal text.</div><div><br/></div>
<div><b>singleline bold text</b><b> next to more bold text with leading space.</b></div><div><br/></div>
<div><b>singleline bold text with trailing space </b><b>next to more bold text.</b></div><div><br/></div>