mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
75ae3f8736
no issue - when sending `html` with `?source=html` to the v2 Admin API it's now possible to include blocks of HTML that will be extracted to html cards rather than going through the normal lossy html-to-mobiledoc conversion Example usage would be sending HTML in the following format: ```html <p>Some standard content...</p> <!--kg-card-begin: html--> <div class="my-custom-html">...</div> <!--kg-card-end: html--> <p>Some more content...</p> ``` In this case an html card will be created in the mobiledoc with the content `<div class="my-custom-html">...</div>`. |
||
---|---|---|
.. | ||
acceptance | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.json | ||
.jshintrc |