Skip to content

Commit 0bf878e

Browse files
authored
Merge pull request #72 from heahprod/fix-readme
Fixed readme formatting and case sensitive test path
2 parents cbc438c + 97a7167 commit 0bf878e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ $builder
259259

260260
## How to Customize a Config Definition
261261

262-
# Custom Attributes
262+
### Whitelist Attributes
263263

264264
In some case, you might want to set some rules for a specific tag.
265265
This is what the following config is about:
@@ -288,7 +288,7 @@ See [HTMLPurifier_AttrTypes][] for more options.
288288

289289
[HTMLPurifier_AttrTypes]: https://github.com/ezyang/htmlpurifier/blob/master/library/HTMLPurifier/AttrTypes.php
290290

291-
# Custom Elements
291+
### Whitelist Elements
292292

293293
In some case, you might want to set some rules for a specific tag.
294294
This is what the following config is about:
@@ -344,7 +344,7 @@ See [HTMLPurifier documentation][] for more details.
344344

345345
[HTMLPurifier documentation]: http://htmlpurifier.org/docs/enduser-customize.html
346346

347-
# Blank Elements
347+
### Blank Elements
348348

349349
It might happen that you need a tag clean from any attributes.
350350
Then just add it to the list:

0 commit comments

Comments
 (0)