Skip to content

Commit 5a1c780

Browse files
committed
docs: decorate HTML tags
1 parent 0061d9d commit 5a1c780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/typography.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ The following functions are available:
6363
:returns: String with HTML-formatted line breaks
6464
:rtype: string
6565

66-
Converts newlines to <br /> tags unless they appear within <pre> tags.
66+
Converts newlines to ``<br />`` tags unless they appear within ``<pre>`` tags.
6767
This function is identical to the native PHP ``nl2br()`` function,
68-
except that it ignores <pre> tags.
68+
except that it ignores ``<pre>`` tags.
6969

7070
Usage example::
7171

0 commit comments

Comments
 (0)