[Dlang-internal] Potential changes to DDoc
Walter Bright
newshound2 at digitalmars.com
Tue Jan 23 21:16:42 UTC 2018
On 1/23/2018 9:35 AM, David Gileadi wrote:
> but not for --- fences
> because that could change existing behavior.
Current Ddoc behavior is to not recognize --- followed by other characters as
part of a fence. A language suffix could be added - I don't see that it is more
of a breaking change than adding ~~~.
Please, don't support ``` or ~~~.
> When there's a language it outputs an $(OTHER_CODE language, code) macro
instead of a $(D_CODE code) macro.
Clearly, you'll need to write a specification for what you're doing.
More information about the Dlang-internal
mailing list