1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-24 23:26:50 +02:00

Show editor and rendering side by side

This commit is contained in:
Laurent Cozic
2017-11-07 21:11:14 +00:00
parent 9e3af21e66
commit 8bf85b6b88
8 changed files with 244 additions and 40 deletions

@ -122,7 +122,6 @@ class MdToHtml {
return '[Resource not yet supported: ' + htmlentities(text) + ']';
} else {
const js = options.postMessageSyntax + "(" + JSON.stringify(href) + "); return false;";
//let output = "<a title='" + htmlentities(title) + "' href='#' onclick='" + js + "'>" + htmlentities(text) + '</a>';
let output = "<a title='" + htmlentities(title) + "' href='#' onclick='" + js + "'>";
return output;
}