2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

🐛 Fixed bookmark card caption formatting showing as visible html

no issue

- updated `@tryghost/kg-default-cards` which fixed the escaping of bookmark card caption output
This commit is contained in:
Kevin Ansfield 2020-11-03 16:49:07 +00:00
parent 1ecaac99b7
commit bcf409ee8a
2 changed files with 17 additions and 7 deletions

View file

@ -52,7 +52,7 @@
"@tryghost/job-manager": "0.1.1",
"@tryghost/kg-card-factory": "2.1.3",
"@tryghost/kg-default-atoms": "2.0.2",
"@tryghost/kg-default-cards": "3.0.0",
"@tryghost/kg-default-cards": "3.0.1",
"@tryghost/kg-markdown-html-renderer": "2.0.3",
"@tryghost/kg-mobiledoc-html-renderer": "3.0.1",
"@tryghost/magic-link": "0.6.1",

View file

@ -452,17 +452,17 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-2.0.2.tgz#b8a1143bb0fa559cd46a96181c91771a35a3547b"
integrity sha512-cV9FcTatyyf6QgOgNJ56sZmxu+rj3W105owcJatGuNtMx4hWrKupnvzxt7HXNBlAzwNrct7m9trrDFk+ghj1xw==
"@tryghost/kg-default-cards@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-3.0.0.tgz#7357e5f30808cc73f012786c62ad519f2125140a"
integrity sha512-pnEPkbYrTXVdiiy/5X0Y1gWZORHk71jDiSGI+INd7mLSMqbzPYqCgPOdvsdLefi53GOy119Cu5s3+nNvC2ihFw==
"@tryghost/kg-default-cards@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-3.0.1.tgz#ee2a7854c5b9fc6cedfba4288dc0061625f9f3ee"
integrity sha512-JVh8lvr3jr39orhdYhQ5HuP2eLii1DNYMc+BiAluqb1Ck3Zrb3bGshigj8zIfm5WpAjfvXeeZaUTmhuPruDrSg==
dependencies:
"@tryghost/kg-markdown-html-renderer" "^2.0.3"
"@tryghost/kg-markdown-html-renderer" "^2.0.4"
"@tryghost/url-utils" "^0.6.14"
handlebars "^4.7.6"
juice "^7.0.0"
"@tryghost/kg-markdown-html-renderer@2.0.3", "@tryghost/kg-markdown-html-renderer@^2.0.3":
"@tryghost/kg-markdown-html-renderer@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@tryghost/kg-markdown-html-renderer/-/kg-markdown-html-renderer-2.0.3.tgz#895ea5f590bf80f6bb6cebb7aeb658f30fcf32f1"
integrity sha512-Vo1Kbi94YfPdaij8yF330I7CSu7ppdEcxAXm/7VTR0XHJRzBE7XGQwLNLzSaovb3R1BbQE1UKmIAknAFIGEkdg==
@ -472,6 +472,16 @@
markdown-it-lazy-headers "^0.1.3"
markdown-it-mark "^3.0.0"
"@tryghost/kg-markdown-html-renderer@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@tryghost/kg-markdown-html-renderer/-/kg-markdown-html-renderer-2.0.4.tgz#c76008fc09c797c501fcd5f687c5a5781d44b99a"
integrity sha512-4CdCG5pkkQqkhR3b68/cdvZVK6Px8H5Hajh0sXlcRz0xLNVhK6HQDrn4/bOFfP7SLtS/qf/O8S7XL7A3/H6TPw==
dependencies:
markdown-it "^11.0.0"
markdown-it-footnote "^3.0.2"
markdown-it-lazy-headers "^0.1.3"
markdown-it-mark "^3.0.0"
"@tryghost/kg-mobiledoc-html-renderer@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-mobiledoc-html-renderer/-/kg-mobiledoc-html-renderer-3.0.1.tgz#b9aef8dec965f5f90eab8a530f44cc4e26cd305a"