Skip to content

Commit 137ba18

Browse files
boneskullcraigtaub
authored andcommitted
smart quotes and such on website; closes #3716
I do not know if this actually works, but it might. Signed-off-by: Christopher Hiller <[email protected]>
1 parent 23c28e0 commit 137ba18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eleventy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ module.exports = function(eleventyConfig) {
77
eleventyConfig.addPassthroughCopy('docs/CNAME');
88
eleventyConfig.addPassthroughCopy('docs/_headers');
99
eleventyConfig.addPassthroughCopy('docs/favicon.ico');
10-
1110
eleventyConfig.addPassthroughCopy('docs/example');
1211

1312
/* Markdown Plugins */
1413
const markdown = require('markdown-it')({
1514
html: true,
16-
linkify: true
15+
linkify: true,
16+
typographer: true
1717
});
1818

1919
markdown.use(require('markdown-it-anchor'), {

0 commit comments

Comments
 (0)