July 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17697

          Issue ID: 17697
           Summary: Ddoc: get rid of `_` detection in URLs
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@digitalmars.com

For example,

  /* http://website.com/_abc */

  module abc;

The _ is needed to prevent Ddoc from highlighting the abc. But this makes the URL unusable from a text editor.

The solution is to get rid of _ detection inside of URLs.

--