Browse Source

Enable markdown-it typographer option

master
Chase Sterling 7 years ago
parent
commit
021de4da78
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      realms/static/js/mdr.js

+ 1
- 0
realms/static/js/mdr.js View File

@@ -41,6 +41,7 @@ var metaMarked = function(src, opt, callback) {
var markdownit = window.markdownit({
html: true,
linkify: true,
typographer: true,
highlight: function (str, lang) {
if (lang && hljs.getLanguage(lang)) {
try {


Loading…
Cancel
Save