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 d53769b commit 500c61cCopy full SHA for 500c61c
app/components/rendered-html.gjs
@@ -16,7 +16,7 @@ export default class extends Component {
16
<TextContent
17
...attributes
18
{{highlightSyntax @html selector='pre > code:not(.language-mermaid)'}}
19
- {{updateSourceMedia @html this.colorScheme.resolvedScheme}}
+ {{updateSourceMedia this.colorScheme.resolvedScheme @html}}
20
{{renderMermaids @html}}
21
>
22
{{htmlSafe @html}}
0 commit comments