93382df314
closes https://github.com/TryGhost/Ghost/issues/18448 - improved slash menu positioning when opening at the bottom of a post - fixed backspace sometimes deleting a preceding card (e.g. backspace at end of link inside a paragraph preceded by a card) - fixed `?source=html` issues - images not rendering in front-end output after import - images wrapped in links losing their link after import - fixed inline styles in HTML card content not displaying in the editor - fixed broken help link in the email card |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Importer Revue
Revue importer
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests