Skip to content

Commit

Permalink
Updated markdown shortcode to paired-type
Browse files Browse the repository at this point in the history
  • Loading branch information
manustays committed Dec 28, 2020
1 parent b5eac46 commit 7f8a472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = function(eleventyConfig) {


// Add paired shortcode to embed Markdown in templates...
eleventyConfig.addShortcode("markdown", (content) => {
eleventyConfig.addPairedShortcode("markdown", (content) => {
return markdownLib.render(content);
});

Expand Down

0 comments on commit 7f8a472

Please sign in to comment.