mecha-cms / x.p
Converts line break sequences into paragraph and hard break elements.
v2.3.0
2023-06-04 13:56 UTC
Requires
- mecha-cms/x.page: ^3.0.0
README
This extension inserts <p>
and <br>
tags automatically to the page content by detecting the surrounding \n
characters. This extension will pay attention to which parts need to be automated and which do not. For example, this extension will never insert paragraph tags within the <pre>
, <script>
, <style>
and <textarea>
elements. This extension works only for pages with type
of HTML
and text/html
.