@tryghost/kg-mobiledoc-html-renderer 5.3.0 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,7 +111,7 @@ class MobiledocHtmlRenderer {
|
|
|
111
111
|
// a different blockquote style because mobiledoc doesn't support
|
|
112
112
|
// storing arbitrary attributes with sections
|
|
113
113
|
const blockquote = dom.createElement('blockquote');
|
|
114
|
-
blockquote.setAttribute('class', 'kg-blockquote-alt
|
|
114
|
+
blockquote.setAttribute('class', 'kg-blockquote-alt');
|
|
115
115
|
return blockquote;
|
|
116
116
|
}
|
|
117
117
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/kg-mobiledoc-html-renderer",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-mobiledoc-html-renderer",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"c8": "7.10.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "596e1f3f0d36c905c5cfdd1da2a2acbcdb4f4add"
|
|
33
33
|
}
|