marked xhtml
npm install marked-xhtmlAdd closing slash to tags like: hr, br, img, and input
``js
import { marked } from "marked";
import { markedXhtml } from "marked-xhtml";
// or UMD script
//
//
marked.use(markedXhtml());
marked.parse("---");
//