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?