[Issue 16068] DDoc sections have serious design issues

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed May 25 06:51:15 PDT 2016


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

--- Comment #2 from Leandro Lucarella <leandro.lucarella at sociomantic.com> ---
Even having links in their own line is triggering this issue:
---
http://example.com/
---

Will generate a section called "http" with "//example.com/" as content.

Using `::` could be an option, I guess. Although I think it might be better to
move more towards markdown or some other well known text-friendly markup
language.

--


More information about the Digitalmars-d-bugs mailing list