mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-13 13:57:25 +00:00
fixes of a newbie, me
This commit is contained in:
@@ -49,8 +49,8 @@ exports.parse = function() {
|
|||||||
type: "element",
|
type: "element",
|
||||||
tag: "$codeblock",
|
tag: "$codeblock",
|
||||||
attributes: {
|
attributes: {
|
||||||
code: {tye: "string", value: text},
|
code: {type: "string", value: text},
|
||||||
language: {tye: "string", value: this.match[1]}
|
language: {type: "string", value: this.match[1]}
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ To add the plugin to your own TiddlyWiki5, just drag this link to the browser wi
|
|||||||
|
|
||||||
To add your prefered [[theme|http://highlightjs.org/static/test.html]] append to your:
|
To add your prefered [[theme|http://highlightjs.org/static/test.html]] append to your:
|
||||||
|
|
||||||
[[$:/boot/boot.css]]
|
[[$:/tags/stylesheet]]
|
||||||
|
|||||||
Reference in New Issue
Block a user