mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
Merge pull request #2256 from caerphoto/1795-typography
Add support for typographically-correct punctuation
This commit is contained in:
commit
0575ed5a3c
@ -449,7 +449,7 @@
|
||||
initMarkdown: function () {
|
||||
var self = this;
|
||||
|
||||
this.converter = new Showdown.converter({extensions: ['ghostdown', 'github']});
|
||||
this.converter = new Showdown.converter({extensions: ['typography', 'ghostdown', 'github']});
|
||||
this.editor = CodeMirror.fromTextArea(document.getElementById('entry-markdown'), {
|
||||
mode: 'gfm',
|
||||
tabMode: 'indent',
|
||||
|
Loading…
Reference in New Issue
Block a user