I don’t get why I cannot mark an element with h1-h6 title a TODO item?
One could think it’s because it doesn’t support Markdown, but TODO **bold** works fine.
I don’t get why I cannot mark an element with h1-h6 title a TODO item?
One could think it’s because it doesn’t support Markdown, but TODO **bold** works fine.
It does work, you just have to put the ## first as that is the Markdown standard:

@Ramses markdown syntax still work inside callouts?
Ha! I see now. Thanks.
What do you mean exactly? I don’t understand your question unfortunately.
I was just answering to the OP about combining headings and TODOs ![]()
@Ramses Sorry the question was clear in my mind.
The question is around callouts (both > or #+START_QUOTE), inside them it seems that the markdown syntax doesn’t work: I cannot put heading or bold text or highlight.
In obsidian you can still using the syntax of markdown inside a callouts.
Am I doing something wrong?
Markdown should work within a Markdown blockquote (>). Well, at least simple markup like bolding. I’m not sure if the Markdown spec also supports heading support, but it doesn’t in Logseq:
I’ll check if headings are supposed to work.
#+START_QUOTE is Org format, so Markdown doesn’t work in those quote blocks.