kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed element used for block code blocks
rodzic
75f8abcf35
commit
17c77fb3b8
|
@ -31,7 +31,7 @@ exports.parse = function(match,isBlock) {
|
|||
text = this.source.substr(this.pos);
|
||||
this.pos = this.sourceLength;
|
||||
}
|
||||
return [$tw.Tree.Element("code",{},[$tw.Tree.Text(text)])];
|
||||
return [$tw.Tree.Element("pre",{},[$tw.Tree.Text(text)])];
|
||||
};
|
||||
|
||||
})();
|
||||
|
|
Ładowanie…
Reference in New Issue