Closed wjkmartin closed 2 months ago
Config.passages.nobr = true;
Should be placed in your JavaScript not in your StoryInit passage.
(I get not bug when in JavaScript, only when the code is in StoryInit, Config APIs should not be there)
Config.passages.nobr = true;
Should be placed in your JavaScript not in your StoryInit passage.
(I get not bug when in JavaScript, only when the code is in StoryInit, Config APIs should not be there)
Confirmed that was the issue!
Describe the bug. \> macro when Config.passages.nobr = true
are still included in widgets that are children of the \<\
To Reproduce: Steps to reproduce the behavior:
e.g.
Expected behavior. No \
to appear in the document
Screenshots. (Not from the given example)
Project details.
Desktop details.
Additional context. Workaround exists: add the "nobr" tag to the widget passage and it works as expected