jemdoc icon indicating copy to clipboard operation
jemdoc copied to clipboard

Code inside a list

Open elarielcl opened this issue 8 years ago • 0 comments

Hi! I'm building a WebSite with jemdoc, and I want to put a codeblock inside a list. I tried this:

. Some text
	~~~
	{}{}
	Some Code
	~~~
. More text

But the block doesn't close properly as shown here: image Is there a way to do this in jemdoc?

elarielcl avatar Jul 19 '17 02:07 elarielcl