Add support to disable hardwrap in wikitext (markdown)
By prepending a wikitext with:<!--NO_HARDWRAPS-->
or<!--DISABLE_HARDWRAPS-->
(case insensitive) disable the hardwrap option, such that a new line will only become a new line/paragraph when adding 2 whitespaces at the end of the first line, or by using 2 newlines (default markdown spec).
This way we keep hard wraps the default, but allow one to disable hard wraps per wikitext.
Later we might introduce an application-wide setting for it.Add an application.ini option
Submitted by Elmer van Chastelet on 18 August 2014 at 14:04wikitext-hardwraps
, by default set to false (https://yellowgrass.org/issue/WebDSL/818)
Issue Log
On 18 August 2014 at 14:32 Elmer van Chastelet tagged 1.3.0
On 18 August 2014 at 14:32 Elmer van Chastelet closed this issue.
On 5 September 2014 at 11:59 Elmer van Chastelet commented:
Changed to application-wide setting only.
Log in to post comments