www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17594] New: Define DDOC_BLANKLINE as an empty HTML paragraph,

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 puremagic.com
          Reporter: andrei 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.

--
Jul 04 2017