<@!255101260770967553> Thanks for sharing your wor...
# chat
i
@User Thanks for sharing your workflow, I'm a student too so definitely going to implement some in my workflow > I wish markdown syntax ignored tab indents so I can use them for formatting and folding instead of having intented text parsed as code blocks. Does anyone know of a workaround for this? Add this snippet and it'll work:
"toggle": {
"prefix": "toggle",
"body": [
"<details><summary> ${1} </summary>",
"<p>",
"${2}",
"</p>",
"</details>",
I'm not sure if it works when published, but it works well in the markdown preview (like the screenshot)