1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-16 05:38: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

10
node_modules/markdown/markdown-js.sublime-project generated vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"folders":
[
{
"path": "/Users/ash/code/js/markdown-js",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": ["*.sublime-*"]
}
]
}