mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-13 08:16:05 +00:00
Move markdown.js
Leaving it in node_modules meant that it wasn’t getting installed by npm Fixes #281
This commit is contained in:
1725
plugins/tiddlywiki/markdown/files/markdown.js
Normal file
1725
plugins/tiddlywiki/markdown/files/markdown.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"tiddlers": [
|
||||
{
|
||||
"file": "../../../../node_modules/markdown/lib/markdown.js",
|
||||
"file": "markdown.js",
|
||||
"fields": {
|
||||
"type": "application/javascript",
|
||||
"title": "$:/plugins/tiddlywiki/markdown/markdown.js",
|
||||
|
Reference in New Issue
Block a user