You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import of lists and hyphens in Markdown is incorrect.
To reproduce:
See the attached test1.md file, import into CherryTree as single Markdown file.
Expected formatting is in test1-pandoc.txt (actually HTML) (generated by "pandoc test1.md -o test1-pandoc.html").
Actual (exported) output is test1.txt (actually HTML).
According to Markdown cheatsheet plus sign (+) or asterisk (*) can be used as list marker.
Errors:
Line 3 (text with leading -) ignored
Line 9 (text with trailing -) hyphen lost
Lines 14-15 (nested indent) nesting lost
Line 17 (hyphen embedded in text) remainder of line lost
Line 26 (text surrounded by *) emphasis (italics) lost
CherryTree 0.99.36 -- built from git repo
Import of lists and hyphens in Markdown is incorrect.
To reproduce:
See the attached test1.md file, import into CherryTree as single Markdown file.
Expected formatting is in test1-pandoc.txt (actually HTML) (generated by "pandoc test1.md -o test1-pandoc.html").
Actual (exported) output is test1.txt (actually HTML).
According to Markdown cheatsheet plus sign (+) or asterisk (*) can be used as list marker.
Errors:
test1.md
test1-pandoc.txt
test1.txt
The text was updated successfully, but these errors were encountered: