Commit f978db47 authored by NGPixel's avatar NGPixel Committed by Nicolas Giard

fix: blockquote styling regression bug

parent 5312f532
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment