Obsidian-Code-Styler
Obsidian-Code-Styler copied to clipboard
Feature Request: Compatibility with dataview rendered codeblocks
Summary
Be able to style codeblocks generated by dataview and dataviewjs from the dataview plugin.
Basic example
```dataviewjs
dv.span(`\`\`\`python <parameters here>
codeblock content
\`\`\``)
```
should have the parameters properly applied and be styled.
Motivation
For better compatibility.
Existing Requests?
No existing requests.