[Issue 17594] New: Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 4 09:40:45 PDT 2017


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

          Issue ID: 17594
           Summary: Define DDOC_BLANKLINE as an empty HTML paragraph, thus
                    obviating the need to wrap text in $(P ...)
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com

Currently working on the site's *.dd files is unnecessarily clumsy because of
the requirement that every paragraph is wrapped in $(P ...).

https://github.com/dlang/dmd/pull/5344 fixes the generation part of it by
inserting a $(DDOC_BLANKLINE) whenever there are empty lines in the source.
There is a need for an appropriate definition of DDOC_BLANKLINE for separating
paragraphs so that wrapping text in $(P ...) is not necessary.

--


More information about the Digitalmars-d-bugs mailing list