Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 762 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 762 Bytes

ChatGPT gets a bonus for helping me make this library.

It's nice! Wanna try it out? The function name is htmlToMarkdown. Just add the following code to your HTML:

<script src="https://HTML-to-Markdown-Converter.goodnessdavid.repl.co/index.js"></script>

And there you have it! You can now do something like this:

const htmlContent = document.getElementById('html-content');
const markdownOutput = document.getElementById('markdown-output');

markdownOutput.innerHTML = `<pre><code>${htmlToMarkdown(htmlContent)}</pre></code>`

I hope you like it, and again, me and ChatGPT worked on it together!

BTW take a look at this: image