Community
Replit 101 Coding Helpline
Wed Mar 29 2023
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Replit 101 Coding Helpline
Wed Apr 12 2023
Explore the Community Hub
FEATURED
TOP GLOBAL TIPPERS
1
JDOG787
110.2K
2
d31337
97.4K
3
CoderGautamYT
35.2K
4
SHADOWMSTD
29.1K
5
vertal
25.5K
3
Cycles To USDA Converter By TechLion Dev
This Is Under A BSD 3-Clause Liscense
Functionality Update
Added Replit Cut1
HTML to Markdown ConverterChatGPT 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:
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 = ${htmlToMarkdown(htmlContent)}
I hope you like it, and again, me and ChatGPT worked on it together!
BTW take a look at this:
image
2
1
1
GoodnessDavid BTW take a look at this:
1 month ago