Skip to content

Commit ae632a7

Browse files
committed
Update README.md
1 parent e8cf2fe commit ae632a7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -83,29 +83,6 @@ Report HTMLHint errors but dont fail the task
8383

8484
### Usage Examples
8585

86-
#### Default Options
87-
In this example, the default options are used to do something with whatever. So if the `testing` file has the content `Testing` and the `123` file had the content `1 2 3`, the generated result would be `Testing, 1 2 3.`
88-
89-
```js
90-
grunt.initConfig({
91-
htmlhint_inline: {
92-
options: {
93-
"tagname-lowercase": true,
94-
"attr-lowercase": true,
95-
ignore: {
96-
'<?php': '?>'
97-
}
98-
},
99-
dest: {
100-
src: ['./test/*.phtml']
101-
}
102-
},
103-
});
104-
```
105-
106-
#### Custom Options
107-
In this example, custom options are used to do something else with whatever else. So if the `testing` file has the content `Testing` and the `123` file had the content `1 2 3`, the generated result in this case would be `Testing: 1 2 3 !!!`
108-
10986
```js
11087
grunt.initConfig({
11188
htmlhint_inline: {

0 commit comments

Comments
 (0)