showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.19k stars 1.56k forks source link

Cannot find name 'HTMLDocument' #948

Open demariainfo opened 2 years ago

demariainfo commented 2 years ago

node_modules/@types/showdown/index.d.ts:955:48 - error TS2304: Cannot find name 'HTMLDocument'.

955 makeMarkdown(src: string, HTMLParser?: HTMLDocument): string;