Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🐝 Ghost Image Preview in Markdown. (#615)
Browse files Browse the repository at this point in the history
refs: TryGhost/Ghost#8248
- removes the upload image button in the markdown preview.
  • Loading branch information
disordinary authored and kevinansfield committed Apr 4, 2017
1 parent 9a0b39e commit cdeb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gh-koenig/addon/lib/format-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {htmlSafe} from 'ember-string';
import cajaSanitizers from './caja-sanitizers';

// eslint-disable-next-line new-cap
let showdown = new Showdown.converter({extensions: ['ghostimagepreview', 'ghostgfm', 'footnotes', 'highlight']});
let showdown = new Showdown.converter({extensions: ['ghostgfm', 'footnotes', 'highlight']});

export function formatMarkdown(params) {
if (!params || !params.length) {
Expand Down

0 comments on commit cdeb415

Please sign in to comment.