they just display the code and not anything of what they’re supposed to.
can someone pleae explain to me how to write these into the document so that they display correctly?
they just display the code and not anything of what they’re supposed to.
can someone pleae explain to me how to write these into the document so that they display correctly?
this happened to me before, enable and disable the plugins
First, it would be best if you show us what you are trying to do. Show a screenshot, or better, put the code you are writing in the forum.
You can display code between triple backticks:
```dataview
Your code here
```
And you can show everything including the triple backticks that you need in Obsidian, by using 4 backticks:
````
```dataview
Your code here
```
````
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.