Skip to content

Commit

Permalink
fix: support md comment (reruin#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Nov 12, 2020
1 parent 3ba996a commit 9f61029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/utils/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path')

const crypto = require('crypto')

const md = require('markdown-it')()
const md = require('markdown-it')({ html:true })

const parseXML = require('xml2js').parseString

Expand Down
2 changes: 1 addition & 1 deletion plugins/preview.document.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f61029

Please sign in to comment.