You've already forked joplin
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:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user