[Issue 17697] New: Ddoc: get rid of `_` detection in URLs
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 26 15:42:16 PDT 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 at puremagic.com
Reporter: bugzilla at 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.
--
More information about the Digitalmars-d-bugs
mailing list