From 68eec9e244e32b9b796c472be5ba9bcd70b9ec8b Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 15 May 2020 15:38:54 -0700 Subject: [PATCH] smart quotes and such on website; closes #3716 I do not know if this actually works, but it might. Signed-off-by: Christopher Hiller --- .eleventy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 3836c6999e..7f0b10c975 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -7,13 +7,13 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy('docs/CNAME'); eleventyConfig.addPassthroughCopy('docs/_headers'); eleventyConfig.addPassthroughCopy('docs/favicon.ico'); - eleventyConfig.addPassthroughCopy('docs/example'); /* Markdown Plugins */ const markdown = require('markdown-it')({ html: true, - linkify: true + linkify: true, + typographer: true }); markdown.use(require('markdown-it-anchor'), {