Italic
Bold
Heading 1
Heading 2
Heading 3
Blockquote
- List
- List
- List
- One
- Two
- Three
Horizontal rule:
Inline code
with backticks
import { remark } from 'remark';
import remarkGfm from 'remark-gfm';
import html from 'remark-html';
export default async function markdownToHtml(markdown: string) {
const result = await remark().use(remarkGfm).use(html).process(markdown);
return result.toString();
}
a | b | c | d |
---|