diff --git a/server/libs/markdown.js b/server/libs/markdown.js index d051f9ae..83be36a3 100644 --- a/server/libs/markdown.js +++ b/server/libs/markdown.js @@ -208,7 +208,7 @@ const parseContent = (content) => { // -> Re-attach blockquote styling classes to their parents - cr.root().children('blockquote').each((i, elm) => { + cr('blockquote').each((i, elm) => { if (cr(elm).children().length > 0) { let bqLastChild = cr(elm).children().last()[0] let bqLastChildClasses = cr(bqLastChild).attr('class')