oli
Results
12
comments of
oli
Interesting—I chucked some logs into my `node_modules` and found that while the AST is correct the `>` definitely gets converted to an HTML entity during serialization: ```js // node_modules/@11ty/eleventy-plugin-webc/src/eleventyWebcTemplate.js //...
Thank you for the workaround suggestion. Using `` does preserve markdown, but it prevents the WebC parser from compiling components, which was the main reason to use it as the...