1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00
Files
joplin/ReactNativeClient/lib
J0J0 T b47cb4e29a Desktop, Cli: Improved bold formatting support in Enex import (#1708)
* 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()
2019-07-29 12:25:25 +02:00
..
2017-07-22 16:55:09 +01:00
2019-05-13 09:50:39 +01:00
2018-03-17 23:00:01 +00:00
2018-10-07 19:28:19 +01:00
2017-07-05 21:34:25 +01:00
2019-02-03 20:19:17 +00:00
2018-03-09 20:59:12 +00:00
2019-02-24 10:17:37 +00:00
2019-05-22 16:57:45 +01:00