Markdown support

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
I think the forum would benefit from Markdown support. It's much easier to type than BB code, and is a common standard that's used by Discord and GitHub.
 

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
_So about that *Markdown support*_ :-D
 
Last edited:

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
**This** is an _example_ of using ~Markdown~.

Why [Markdown](https://guides.github.com/pdfs/markdown-cheatsheet-online.pd)?
* Why not?
* It's great!

```php
<?php

die('Markdown is awesome');
```

We can also use 'inline code'.

Sadly not :'-(
 

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
Lovely.