in documentation use foo, not <code>foo</code>
This commit is contained in:
parent
bd5a4b6318
commit
73fa856900
16 changed files with 89 additions and 105 deletions
|
|
@ -200,9 +200,8 @@
|
|||
(string[, decodeAll]) -> <s> String
|
||||
string <s> String
|
||||
decodeAll <b|false> If true, decode named entities for characters > 127
|
||||
Note that <code>decodeAll</code> relies on
|
||||
<code>Ox.normalizeHTML</code>, which uses the DOM and may transform
|
||||
the string
|
||||
Note that `decodeAll` relies on `Ox.normalizeHTML`, which uses the
|
||||
DOM and may transform the string
|
||||
> Ox.decodeHTMLEntities('<'&">')
|
||||
'<\'&">'
|
||||
> Ox.decodeHTMLEntities('<'&">')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue