diff --git a/.gitignore b/.gitignore index 04d3ac3..7bc9ea7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ node_modules/ .pnp.* # Testing -private/ +*private*/ # rust target/ diff --git a/scripts/markdown.export.js b/scripts/markdown.export.js index 72b6c23..d6fd2d2 100644 --- a/scripts/markdown.export.js +++ b/scripts/markdown.export.js @@ -11,6 +11,7 @@ var ExportMD = (function () { const turndownService = new TurndownService({ hr: '---', }) + .keep([`\\`]) .use(gfm) .addRule('code', { filter(node) {