Open kmoscoe opened 1 day ago
This line:
This will apply only if <pre>
tags can be found inside the tabs contents.
Implies that
tags or Markdown ``` shouldn't be required globally. However, I'm not able to get the tab content to display without them. Is it a bug?
It seems that unless the text inside of the {tab} and {endtab} tags are enclosed in ```, the text does not display. This seems like a bug to me. I'm actually trying to use this for non-code examples, but for procedures (using a UI, using a CLI,...etc.)
Any chance of fixing this, so that any arbitrary Markdown can be supported?