Rich text formatting is now available on forum.dlang.org

destructive tester dtester at example.com
Thu Apr 1 13:14:54 UTC 2021


```
---
import std.stdio;
void main() { writeln("Hello, world!"); }
---
```

Gives this:

---
import std.stdio;
void main() { writeln("Hello, world!"); }
---

It's the triple backtick char ``` not the triple dash --- for 
fixed width chars.


More information about the Digitalmars-d mailing list