1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-08 09:48:05 +00:00

First pass at integrating a Markdown parser

Internal links don't work yet.

@natecain - have I included the node module in the right way?
This commit is contained in:
Jeremy Ruston
2013-11-01 16:06:08 +00:00
parent 2bc06fd255
commit 36fa41e19a
36 changed files with 5671 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
{
"tiddlers": [
{
"file": "../../../../node_modules/markdown/lib/markdown.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/markdown/markdown.js",
"module-type": "library"
}
}
]
}