[Issue 18703] New: Ddoc Backticks inside macro dont work.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 2 04:27:50 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18703

          Issue ID: 18703
           Summary: Ddoc Backticks inside macro dont work.
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: var.spool.mail700 at gmail.com

$(TEST)

MACROS:
    TEST = `this should be highlighted as code`

generates:

`this should be highlighted as code`

but should generate:

<code class="code">this should be highlighted as code</code>

--


More information about the Digitalmars-d-bugs mailing list