www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18703] New: Ddoc Backticks inside macro dont work.

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 puremagic.com
          Reporter: var.spool.mail700 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>

--
Apr 01 2018