[Issue 13080] New: DDOC removes $x characters from $(LINK urls, text)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 8 14:30:53 PDT 2014


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

          Issue ID: 13080
           Summary: DDOC removes $x characters from $(LINK urls, text)
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: edwards.ac at gmail.com

A url containing the $ will not work after passing through DDoc $(LINK ) macro.
For instance, the link
http://forum.dlang.org/thread/lpghnr$2ej5$1@digitalmars.com will lose the four
characters $2 and $1 after processing.

--


More information about the Digitalmars-d-bugs mailing list