Norwid Behrnd <nbeh...@yahoo.com> writes: > I seek a similar fence to document a pattern in Markdown. An example would be > a nested list such as > > ```markdown > * Item 1 > * Item 2 > - Item 2a > + Item 2a1 > - Item 2b > * Item 3 > ``` > > Contrasting to my anticipation, neither `C-c C-, s` followed by a tentative > «md», nor «markdown» yield a box which opens by `C-c '`. Neither table 1, nor > 2 on worg's documentation[1] mentions markdown.
It should, if you have markdown-mode installed. Try #+begin_src markdown :tangle yes ,* Item 1 ,* Item 2 - Item 2a + Item 2a1 - Item 2b ,* Item 3 #+end_src Note that you need to escape the stars as they would be recognized as Org headings otherwise. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>