Skip to content

Commit 52fda67

Browse files
committed
Add support for explicitly ignoring doctype
1 parent 41fd8db commit 52fda67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/handlers/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ exports.root = require('./root');
77
exports.text = require('./text');
88
exports.comment = require('./comment');
99

10+
exports.doctype = ignore;
11+
1012
exports.area =
1113
exports.basefont =
1214
exports.bgsound =

0 commit comments

Comments
 (0)