mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
no issue - support ends today - see https://github.com/nodejs/Release - removed `use strict`
5 lines
268 B
JavaScript
5 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'});
|