Open ryanleefm opened 1 week ago
将 var md = require('markdown-it')('commonmark'); 修改为:
var md = require('markdown-it')({ html: true, linkify: true, typographer: true, breaks: false, }).disable('emphasis')
将 var md = require('markdown-it')('commonmark'); 修改为:
var md = require('markdown-it')({ html: true, linkify: true, typographer: true, breaks: false, }).disable('emphasis')