You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to keep to a list of tasks in my notes. If these contain inline code snippets like
-[ ] A task containing some `code`.
then a TASK FROM "Folder" query renders code on its own line as if it were a code block. The issue seems to be that DataView unconditionally adds class="language-none" to all code blocks even though this should only apply to full (fenced) code blocks.
This only affects the "Reading view".
DQL
TASK FROM "Folder"
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.6.7
OS
Windows
The text was updated successfully, but these errors were encountered:
Sorry for the late reply! I just tried it again. I still had one tab open that exhibited this behavior, but after closing and re-opening it, the issue seems to be gone. Maybe it was already fixed by some update and just a kind of caching issue? I will close this issue for now and will reopen it if I can reproduce it again in the future. Thanks for your work!
What happened?
I like to keep to a list of tasks in my notes. If these contain inline code snippets like
then a
TASK FROM "Folder"
query renderscode
on its own line as if it were a code block. The issue seems to be that DataView unconditionally addsclass="language-none"
to all code blocks even though this should only apply to full (fenced) code blocks.This only affects the "Reading view".
DQL
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.6.7
OS
Windows
The text was updated successfully, but these errors were encountered: