code-syntax-block
code-syntax-block copied to clipboard
Add transform for Markdown to Code Syntax
The regular code block only transforms
^```$
Code Syntax could transform from
^```(.*)$setting $1 to language.
Agreed. GitHub uses this syntax for their code highlighting https://help.github.com/articles/creating-and-highlighting-code-blocks/