[Dlang-internal] Potential changes to DDoc
Adam D. Ruppe
destructionator at gmail.com
Sat Feb 3 22:06:14 UTC 2018
On Saturday, 3 February 2018 at 15:54:03 UTC, Kagamin wrote:
> Looks like ddoc does support escapes:
Right, but it is only used in code blocks, not plain text/macros.
(I've tried to change that in the past too, but "embedded html"
is a feature not a bug.)
The --- code --- and the `code` both use ddoc's existing escape
system. I'm saying ```code``` ought to use it too and THAT is
reason for it to exist. It is more than just syntax - it does
something macros cannot do.
More information about the Dlang-internal
mailing list