"Config.cleanupWikifierOutput = true;" results in an inappropriate increase in the vertical spacing between paragraphs and between lists within a "div". Paragraph indentation also changes within that "div". Apparently the cleanup doesn't happen within a "div". I see no mention of this cleanup limitation in SugarCube's documentation
To Reproduce:
Steps to reproduce the behavior:
specify Config.cleanupWikifierOutput = true; within a script passage
specify .passage p { text-indent: 3.0em; } within a stylesheet passage
surround paragraphs and lists by div tags in a normal passage
Expected behavior.
Paragraphs should be indented
lists should be separated by only a single blank line.
Screenshots.
Project details.
SugarCube Version: 2.36.1
Included Add-ons: None
Included Libraries: None
Compiler & Version: Twine 2.5.1 and Tweego 2.1.1
Desktop details.
OS & Version: Windows 10 Pro 22H2 19045.2486 (64 bit)
Browser & Version Firefox 108 and 109 (64 bit) and Edge 108 and 109 (64 bit)
Additional context.
The zip below includes the twee and html necessary to reproduce this problem.
"Config.cleanupWikifierOutput = true;" results in an inappropriate increase in the vertical spacing between paragraphs and between lists within a "div". Paragraph indentation also changes within that "div". Apparently the cleanup doesn't happen within a "div". I see no mention of this cleanup limitation in SugarCube's documentation
To Reproduce: Steps to reproduce the behavior:
Config.cleanupWikifierOutput = true;
within a script passage.passage p { text-indent: 3.0em; }
within a stylesheet passageExpected behavior. Paragraphs should be indented lists should be separated by only a single blank line.
Screenshots.
Project details.
Desktop details.
Additional context. The zip below includes the twee and html necessary to reproduce this problem.
test_div.zip