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 e7d31b3 commit 9a817efCopy full SHA for 9a817ef
syntax-highlight.webc
@@ -11,6 +11,8 @@ function() {
11
}
12
13
let content = this.slots.text.default;
14
+ // Using the helper in this way should respect plugin `options` too.
15
+ // TODO wire up @attributes to `options.preAttributes`
16
return this.helpers.highlight(this.language, content);
17
18
</script>
0 commit comments