We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995d211 commit 20973b1Copy full SHA for 20973b1
src/parser.js
@@ -72,6 +72,9 @@ module.exports = {
72
73
page = page.replace('</head>', attrTags + '\n</head>');
74
page = page.replace('{content}', contentHTML);
75
+
76
+ // this will add the ability to include src partials in your markdown
77
+ page = this.parseIncludeContent(page);
78
79
return page;
80
0 commit comments