Skip to content

Commit

Permalink
Remove markdown smartypants enable
Browse files Browse the repository at this point in the history
Fix #83
  • Loading branch information
jhildenbiddle committed Jan 19, 2024
1 parent 9c8912b commit 2613049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/plugin-responsive-tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2613049

Please sign in to comment.