1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-20 23:30:05 +02:00

Added app icon and other bug fixes

This commit is contained in:
Laurent Cozic
2017-11-13 17:51:46 +00:00
parent 7177ca21c9
commit 2bb0b00136
6 changed files with 20 additions and 18 deletions

View File

@@ -275,7 +275,7 @@ class MdToHtml {
const tokens = md.parse(body, env);
// console.info(body);
console.info(tokens);
// console.info(tokens);
let renderedBody = this.renderTokens_(tokens, options);
@@ -353,6 +353,8 @@ class MdToHtml {
const output = styleHtml + renderedBody;
console.info(renderedBody);
this.cachedContent_ = output;
this.cachedContentKey_ = cacheKey;
return this.cachedContent_;