Get started with mammoth CDN
BSD-2-Clause licensed
Mammoth: library for converting Office docs to HTML, Markdown, PDF.
Tags:- docx
- html
- office
- word
- markdown
- md
Stable version
Copied!
How to start using mammoth CDN
// Import Mammoth library
const loadMammoth = () => new Promise((resolve) => {
const script = document.createElement('script');
script.src = 'https://cdn.cdnhub.io/mammoth/1.7.0/mammoth.browser.min.js';
script.onload = () => {
resolve(Mammoth.getSlate);
};
document.head.appendChild(script);
});
// Function to convert Markdown to HTML
async function markdownToHtml(markdown) {
const converter = await loadMammoth();
const doc = converter.convertMarkdownToHTML(markdown);
return doc.documentElement.outerHTML;
}
// Usage
const markdown = `
# Heading
**Bold text**
_Italic text_
> Blockquote
Copied!
Copied!
All versions
0.2.0
0.2.1
0.2.2
0.3.0
0.3.1
0.3.10
0.3.11
0.3.12
0.3.13
0.3.14
0.3.15
0.3.16
0.3.17
0.3.18
0.3.19
0.3.2
0.3.20
0.3.21
0.3.22
0.3.23
0.3.24
0.3.25
0.3.25-pre.1
0.3.26
0.3.27
0.3.28
0.3.28-pre.1
0.3.29
0.3.3
0.3.30
0.3.31
0.3.32
0.3.33
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.0
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.4.0
1.4.1
1.4.10
1.4.11
1.4.12
1.4.13
1.4.14
1.4.15
1.4.16
1.4.17
1.4.18
1.4.19
1.4.2
1.4.21
1.4.3
1.4.4
1.4.5
1.4.6
1.4.7
1.4.8
1.4.9
1.5.0
1.5.1
1.6.0
1.7.0
1.7.1
1.7.2
*** 1.8.0