diff --git a/src/js/plugin-responsive-tables.js b/src/js/plugin-responsive-tables.js index c1cfbe4..6a83ffa 100644 --- a/src/js/plugin-responsive-tables.js +++ b/src/js/plugin-responsive-tables.js @@ -11,7 +11,6 @@ export default function (hook, vm) { window.$docsify.markdown || {}); const renderer = (markdown.renderer = markdown.renderer || {}); - markdown.smartypants = markdown.smartypants || true; renderer.table = renderer.table || function (header, body) {