On Wednesday, 16 July 2014 at 04:11:28 UTC, Kapps wrote:
On Wednesday, 16 July 2014 at 03:31:13 UTC, Pavel Evstigneev wrote:
May I improve forum to support markdown?

The forum is actually an interface to a newsgroup, so most forms of markdown would not be supported in the interest of having a consistent UI for people who use mail / newsgroup clients vs people who use the online web interface.

Yes, but if used cautiously, [markdown][1] will not hinder the *readability* as a **plain text**.

especially when there are code blocks:

```d
void main()
{
writeln("Please colorize me with Javascript if this message is sent to web interface.");
}
```


[1]: http://daringfireball.net/projects/markdown/

Reply via email to