We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08894a commit cc7d15dCopy full SHA for cc7d15d
src/main.rs
@@ -112,7 +112,7 @@ impl PreProcessor for LinkOrInclude {
112
*/
113
struct AlwaysInclude;
114
115
-impl PreProcessor for LinkOrInclude {
+impl PreProcessor for AlwaysInclude {
116
fn transform(&self, build_context: &BuildContext<'_>, content: String) -> String {
117
let pattern = Regex::from_str(r#"\{\{include\|./((?:\w+/)+)(\w+)\}\}"#).unwrap();
118
pattern.replace_all(content.as_str(), |captures: &Captures| {
0 commit comments