Is there a way for a non-software coder to apply the "prettification" modules from older versions of Sigl (e.g. 0.7.2) to the current/future versions of it? Specifically, I'm trying to replicate the <br /> tag being honored in code view, too.
e.g.
Code:
<p>Chapter<br />
One</p>
instead of
Code:
<p>Chapter<br />One</p>