mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-10 11:12:06 -08:00
* Corrected issue with markdowns softbreaks It wasn't respecting the $:/config/markdown/breaks setting. It was effectively always "true". Also, no more errors when encountering hardbreaks. * Corrected introduced md bug Made it so after each md type, accumulated text may be flushed. * Changed convertNodes to use switch statement It's faster, less text, easier to read, and now debuggers don't play duck-duck-goose with every if-else block. * whitespace text is no longer forgotten * Fixed issue with text after md pattern and \n |
||
|---|---|---|
| .. | ||
| EditorToolbar | ||
| files | ||
| images | ||
| config_breaks.tid | ||
| config_linkify.tid | ||
| config_linkNewWindow.tid | ||
| config_quotes.tid | ||
| config_renderWikiText.tid | ||
| config_renderWikiTextPragma.tid | ||
| config_typographer.tid | ||
| docs_type_markdown.tid | ||
| new-markdown.tid | ||
| plugin.info | ||
| readme.tid | ||
| usage.tid | ||
| wrapper.js | ||
title: $:/plugins/tiddlywiki/markdown/readme This is a TiddlyWiki plugin for parsing Markdown text, using the [[Remarkable|https://github.com/jonschlinkert/remarkable]] library. It is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js. [[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/markdown]]