mirror of https://github.com/laurent22/joplin.git
* Dekstop,CLI: enex_to_md: add html/md test file pairs * one pair for basic text formatting tags: strong, b, i, em * and one using span tags with inline styles for bold formatting Note: The html files include the Evernote-typical "linebreak tags inside of separate <div> tags" to represent empty lines! * Desktop,Cli: enex_to_md: support bold in span tags using inline styles * function isSpanWithStyle() checks if further processing of a span tag makes sense * function isSpanStyleBold() checks if bold formatting via styles is used - a similar function could be written for each span-inline-style-format that should be supported * Desktop,Cli: enex_to_md: fix saving span attrs in state object pushing attributes of span tag to state object now happens outside of isSpanWithStyle() |
||
---|---|---|
.. | ||
code1.html | ||
code1.md | ||
code2.html | ||
code2.md | ||
heading.html | ||
heading.md | ||
inlineCode.html | ||
inlineCode.md | ||
inlineCodeWithLink.html | ||
inlineCodeWithLink.md | ||
link1.html | ||
link1.md | ||
list.html | ||
list.md | ||
list2.html | ||
list2.md | ||
list3.html | ||
list3.md | ||
list4.html | ||
list4.md | ||
list5.html | ||
list5.md | ||
multiline_attribute.html | ||
multiline_attribute.md | ||
multiline_inner_text.html | ||
multiline_inner_text.md | ||
paragraph.html | ||
paragraph.md | ||
table1.html | ||
table1.md | ||
tableWithNewLines.html | ||
tableWithNewLines.md | ||
text_formatting.html | ||
text_formatting.md | ||
text_formatting_span_bold.html | ||
text_formatting_span_bold.md |