We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338dace commit 0061d9dCopy full SHA for 0061d9d
1 file changed
user_guide_src/source/libraries/typography.rst
@@ -24,8 +24,6 @@ Available static functions
24
25
The following functions are available:
26
27
-**autoTypography()**
28
-
29
.. php:function:: autoTypography($str[, $reduce_linebreaks = false])
30
31
:param string $str: Input string
@@ -45,8 +43,6 @@ The following functions are available:
45
43
function you may want to consider :doc:`caching <../general/caching>` your
46
44
pages.
47
48
-**formatCharacters()**
49
50
.. php:function:: formatCharacters($str)
51
52
@@ -61,8 +57,6 @@ The following functions are available:
61
57
62
58
$string = $typography->formatCharacters($string);
63
59
64
-**nl2brExceptPre()**
65
66
60
.. php:function:: nl2brExceptPre($str)
67
68
0 commit comments