Skip to content
Snippets Groups Projects
Commit 5ea0f233 authored by syuilo's avatar syuilo
Browse files

Fix #1857

parent ae8a87c4
No related branches found
No related tags found
No related merge requests found
const parse5 = require('parse5');
export default function(html: string): string {
if (html == null) return null;
const dom = parse5.parseFragment(html);
let text = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment