Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markedjs/marked-xhtml


https://github.com/markedjs/marked-xhtml

extension marked xhtml

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# marked-xhtml

Add closing slash to tags like: `hr`, `br`, `img`, and `input`

# Usage

```js
import { marked } from "marked";
import { markedXhtml } from "marked-xhtml";

// or UMD script
//
//

marked.use(markedXhtml());

marked.parse("---");
//



```