mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
5f5f0021db
no issue - support ends today - see https://github.com/nodejs/Release - removed `use strict`
6 lines
268 B
JavaScript
6 lines
268 B
JavaScript
// this card is just an alias of the `markdown` card which is necessary because
|
|
// our markdown-only editor was using the `card-markdown` card name
|
|
const markdownCard = require('./markdown');
|
|
|
|
module.exports = Object.assign({}, markdownCard, {name: 'card-markdown'});
|