I have fixed several conversion problems when importing from or exporting to TiddlyWiki, notably:
Mark-ups in code blocks converted mistakenly
External links are converted to internal links with broken URLs (e.g. http:// -> http:__ )
CamelCase links not converted
Nested lists not converted properly
Added a new unit test file tests/TiddlyWikiToMarkdown.test.ts with a number of small test cases testing the mapping between Tiddly syntax to and from Markdown. Minor fixes in current test files.
Please note: Nested list items in TiddlyWiki are marked like:
I have fixed several conversion problems when importing from or exporting to TiddlyWiki, notably:
Added a new unit test file
tests/TiddlyWikiToMarkdown.test.ts
with a number of small test cases testing the mapping between Tiddly syntax to and from Markdown. Minor fixes in current test files.Please note: Nested list items in TiddlyWiki are marked like:
not by indented '*' or '#' characters, at least in the current version of TiddlyWiki, see https://tiddlywiki.com/#Lists%20in%20WikiText