https://issues.dlang.org/show_bug.cgi?id=18361
--- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9b439afcb10fa81c76cc1a544133f387079fe289 Fix issue 18361: [ddoc] redirect automatically highlighted text in replaceable macros. Basically, this is to give the user the ability to opt out of automatic keyword highlighting in doc text, in the cases where a proliferation of `_`s would be needed to suppress this behaviour. The default behaviour is not changed; the default ddoc theme will still redirect the new macros to the old DDOC_PSYMBOL, DDOC_KEYWORD, DDOC_PARAM. https://github.com/dlang/dmd/commit/ab77b875a64b27db17584fe5a7a2678dc1cecadb Merge pull request #7834 from quickfur/ddoc_autohilite Fix issue 18361: [ddoc] redirect automatically highlighted text in re… merged-on-behalf-of: unknown --