Skip to content

Commit

Permalink
Merge 30a40a1 into 1a4646d
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 15, 2020
2 parents 1a4646d + 30a40a1 commit efce10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Expand Up @@ -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'), {
Expand Down

0 comments on commit efce10c

Please sign in to comment.