wekan/packages/markdown/marked/test/new/gfm_code.md
Lauri Ojansivu 73e265d8fd Include to Wekan packages directory contents, so that meteor command would build all directly.
This also simplifies build scripts.

Thanks to xet7 !
2019-04-20 15:18:33 +03:00

480 B

var a = 'hello';
console.log(a + ' world');
echo "hello, ${WORLD}"
Q: What do you call a tall person who sells stolen goods?
A longfence!

How about an empty code block?

How about a code block with only an empty line?


With some trailing empty lines:

ciao


Closing fences must lay on a new line:

hello()
^```
"this should still be in the code block!"