Bug 17594 – Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2017-07-04T16:40:45Z
Last change time
2017-08-16T13:23:37Z
Assigned to
No Owner
Creator
Andrei Alexandrescu

Comments

Comment #0 by andrei — 2017-07-04T16:40:45Z
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.
Comment #1 by andrei — 2017-07-04T16:41:08Z
Comment #2 by github-bugzilla — 2017-07-05T03:34:58Z
Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/1040dd920cf18c7ce0ca2fcde963f90853084cd9 Fix Issue 17594 - Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...) https://github.com/dlang/dlang.org/commit/a54adeca33341dd92cf090160e19a6a100f6a652 Merge pull request #1795 from andralex/DDOC_BLANKLINE Fix Issue 17594 - Define DDOC_BLANKLINE as an empty HTML paragraph, t… merged-on-behalf-of: Andrei Alexandrescu <[email protected]>
Comment #3 by github-bugzilla — 2017-08-14T23:56:09Z
Commits pushed to newCTFE at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/1040dd920cf18c7ce0ca2fcde963f90853084cd9 Fix Issue 17594 - Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...) https://github.com/dlang/dlang.org/commit/a54adeca33341dd92cf090160e19a6a100f6a652 Merge pull request #1795 from andralex/DDOC_BLANKLINE
Comment #4 by github-bugzilla — 2017-08-16T13:23:37Z
Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/1040dd920cf18c7ce0ca2fcde963f90853084cd9 Fix Issue 17594 - Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...) https://github.com/dlang/dlang.org/commit/a54adeca33341dd92cf090160e19a6a100f6a652 Merge pull request #1795 from andralex/DDOC_BLANKLINE