Code Blocks not isolating content correctly

In org files, I want to have a code block which has markdown format.

org mode, even though the markdown content is wrapped in a

#+BEGIN_SRC markdown

#+END_SRC

block, still formats the content of the block as new org format and breaks the code block.

For example, if a line in markdown is bold hello

**hello**

In org mode inside the code block, it will break the formatting and show up as a new heading.

Is there a way to fix this? Or can we add this feature of formatting isolation for the contents of code blocks?

Just realized this is org roam, not org, this post doesn’t belong here. My bad

Look into the escaping in the source block. It should be the a comma character “,” in the first column of the line.

I have the same issue though, I’m glad you brought this up.