www.digitalmars.com         C & C++   DMDScript  

D - Another markdown test

reply Steven Schveighoffer <schveiguy gmail.com> writes:
I think this *will* work

```d
import std.stdio;
writeln("hello markdown!");
```
Jun 18 2021
parent Steven Schveighoffer <schveiguy gmail.com> writes:
On 6/18/21 4:47 PM, Steven Schveighoffer wrote:
 I think this *will* work
 
 ```d
 import std.stdio;
 writeln("hello markdown!");
 ```
ok, *NOW* it should work. Please?
Jun 18 2021