0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Removed kg-width-wide class from alternative blockquote

refs https://github.com/TryGhost/Team/issues/1239

- bumped the mobiledoc-to-html renderer so it doesn't add the `kg-width-wide` class when rendering `aside` sections to `<blockquote>`
This commit is contained in:
Kevin Ansfield 2021-12-02 15:37:52 +00:00
parent 2aa353a1a0
commit 1f06cf7d2c
2 changed files with 5 additions and 5 deletions

View file

@ -75,7 +75,7 @@
"@tryghost/kg-default-atoms": "3.1.0",
"@tryghost/kg-default-cards": "5.9.4",
"@tryghost/kg-markdown-html-renderer": "5.1.0",
"@tryghost/kg-mobiledoc-html-renderer": "5.3.0",
"@tryghost/kg-mobiledoc-html-renderer": "5.3.1",
"@tryghost/limit-service": "1.0.6",
"@tryghost/logging": "1.0.2",
"@tryghost/magic-link": "1.0.14",

View file

@ -1464,10 +1464,10 @@
markdown-it-mark "^3.0.0"
semver "^7.3.4"
"@tryghost/kg-mobiledoc-html-renderer@5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@tryghost/kg-mobiledoc-html-renderer/-/kg-mobiledoc-html-renderer-5.3.0.tgz#d3fe1cca78b830cd71e4d4b0ec5fdbf9c0d741af"
integrity sha512-ESbc12+C1um4cnaB1vGm3wGjt8cZkGnSPo14A+mF7KBH0u6iA69Epnp3VX0k3VagpEaDoRhHyOfrafvLj3ib2A==
"@tryghost/kg-mobiledoc-html-renderer@5.3.1":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-mobiledoc-html-renderer/-/kg-mobiledoc-html-renderer-5.3.1.tgz#ee8dc66a48a4056f76cd64567fc3a1f36715aaa4"
integrity sha512-GzJ9EwHBEyFpGwJPx03Hi/RNz0mdS+DK+LsvqxLg55VQGG6o05srikE0/uB3+ESg0rdH2GC+jYr36JirAdrKZw==
dependencies:
mobiledoc-dom-renderer "^0.7.0"
semver "^7.3.4"