[Dlang-internal] Potential changes to DDoc

Jacob Carlborg doob at me.com
Tue Jan 23 17:30:11 UTC 2018


On 2018-01-23 04:23, Walter Bright wrote:

> (For example, using --- or ``` or ~~~ or 4 space indent for code blocks. 
> Gahhh. Just use ---, because it works and looks fine, and we already do 
> it.)

The fenced code blocks (```) supports specifying a language as well:

```c++
class Foo {}
```

The already existing "---" only supports D. Although, it might not be 
that important to support.

-- 
/Jacob Carlborg


More information about the Dlang-internal mailing list