Skip to content

Commit

Permalink
Merge pull request #72 from heahprod/fix-readme
Browse files Browse the repository at this point in the history
Fixed readme formatting and case sensitive test path
  • Loading branch information
HeahDude authored Dec 14, 2019
2 parents cbc438c + 97a7167 commit 0bf878e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ $builder

## How to Customize a Config Definition

# Custom Attributes
### Whitelist Attributes

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

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

# Custom Elements
### Whitelist Elements

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

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

# Blank Elements
### Blank Elements

It might happen that you need a tag clean from any attributes.
Then just add it to the list:
Expand Down
File renamed without changes.

0 comments on commit 0bf878e

Please sign in to comment.