🍜 Markdown to spaghettified HTML.
🍜 Markdown to spaghettified HTML.
Spaghettified HTML? Yep - that’s HTML with all the styles of each element applied inline.
But why? So you can paste it into emails and other text inputs that accept HTML, where support for external CSS is limited or non-existent.
This project is part of #CreateWeekly, my attempt to create something new publicly every week in 2020.
https://noodle-editor.netlify.com
Noodle allows you to:
Noodle the editor is a simple online editor that produces HTML output you can copy and paste where you need it. It automatically saves your input locally to prevent data loss if you accidentally close the page. This README was written in the Noodle editor 🙈.
Try it at https://noodle-editor.netlify.com.
The core editor and HTML preview are available as a Vue component library you can use in another app.
See lib/ for the library documentation.
See contribution guide.