discordIRCd icon indicating copy to clipboard operation
discordIRCd copied to clipboard

Code block handling doesn't pick up on all code blocks.

Open creesch opened this issue 8 years ago • 0 comments

I made the assumption that all blocks follow the

```
code 
```

or

``` language
code 
```

format, but it can also be

```  language code 
```

and a few other variations.

creesch avatar Mar 30 '17 14:03 creesch