showdown/test/features/disable_gh_codeblocks.md
Estevão Soares dos Santos c33f98884b feat(ghCodeBlocks): add option to disable GH codeblocks
GFM support fenced codeblocks. Showdown, since very early, adopted this too.
It is now possible to disable GFM codeblocks with the option "ghCodeBlocks" set to false.
It is enabled by default
2015-07-11 20:33:11 +01:00

108 B

this is some text

function thisThing() {
  echo "some weird formatted code!";
}

some other text