[Dlang-internal] Potential changes to DDoc
Walter Bright
newshound2 at digitalmars.com
Tue Jan 23 21:11:26 UTC 2018
On 1/23/2018 9:30 AM, Jacob Carlborg wrote:
> The fenced code blocks (```) supports specifying a language as well:
Remember, Ddoc macros are not being removed. For the cases of using some other
language,
$(SOME_OTHER_LANGUAGE
...
)
will still work, and will of course work with the inevitable languages that do
not have syntax highlighting builtin to Ddoc.
More information about the Dlang-internal
mailing list