mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
core: skip decodine entities when parsing html
This commit is contained in:
committed by
Abdullah Atta
parent
83735705d2
commit
918824f26b
@@ -199,7 +199,8 @@ export function extractMatchingBlocks(html: string, matchTagName: string) {
|
||||
}
|
||||
},
|
||||
{
|
||||
lowerCaseTags: false
|
||||
lowerCaseTags: false,
|
||||
decodeEntities: false
|
||||
}
|
||||
);
|
||||
parser.end(html);
|
||||
|
||||
Reference in New Issue
Block a user