mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
refs #7429 - ☢️ 👷🏻♀️ This PR removes the dependency on Ghost-Editor and replaces it with the Mobiledoc DOM renderer. It includes new DOM based default cards and atoms.
6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
var hr = require('./hr'),
|
|
html = require('./html'),
|
|
image = require('./image'),
|
|
markdown = require('./markdown');
|
|
|
|
module.exports = [hr, html, image, markdown];
|