Closed Lythenas closed 4 years ago
The markdown syntax I'm used to (and the one used by github) allows multi line code blocks with the tripple tick syntax. So something like this:
``` fn main() { println!("Codeblock"); } ```
Usually you can also specify the language after the three ticks.
I only found tests for codeblocks using indentation. Tripple tick code blocks would be nice to have.
The markdown syntax I'm used to (and the one used by github) allows multi line code blocks with the tripple tick syntax. So something like this:
Usually you can also specify the language after the three ticks.
I only found tests for codeblocks using indentation. Tripple tick code blocks would be nice to have.