We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061d9d commit 5a1c780Copy full SHA for 5a1c780
1 file changed
user_guide_src/source/libraries/typography.rst
@@ -63,9 +63,9 @@ The following functions are available:
63
:returns: String with HTML-formatted line breaks
64
:rtype: string
65
66
- Converts newlines to <br /> tags unless they appear within <pre> tags.
+ Converts newlines to ``<br />`` tags unless they appear within ``<pre>`` tags.
67
This function is identical to the native PHP ``nl2br()`` function,
68
- except that it ignores <pre> tags.
+ except that it ignores ``<pre>`` tags.
69
70
Usage example::
71
0 commit comments