mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
5 lines
221 B
JavaScript
5 lines
221 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
|
||
|
let markdownCard = require('./markdown');
|
||
|
module.exports = markdownCard;
|