Merge pull request #2256 from caerphoto/1795-typography

Add support for typographically-correct punctuation
This commit is contained in:
Hannah Wolfe 2014-02-28 10:49:06 +00:00
commit 0575ed5a3c

View File

@ -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',