This project provides a simple, single-page web application to render Markdown files into styled HTML using Tailwind CSS for styling and Marked.js for Markdown parsing.
- Markdown to HTML Conversion: Automatically fetches
input.mdand converts its content to HTML. - Responsive Design: Built with Tailwind CSS, ensuring a pleasant viewing experience across various devices.
- Client-Side Rendering: All rendering is performed directly in the browser.
- Save the files: Ensure
index.html,README.md,LICENSE, andinput.mdare all in the same directory. - Prepare
input.md: Create or place your Markdown content in a file namedinput.mdin the same directory. - Open
index.html: Simply openindex.htmlin your web browser. The application will automatically fetchinput.mdand display its rendered HTML content.
- HTML5: Structure of the web page.
- Tailwind CSS: For responsive and utility-first styling.
- Marked.js: A fast Markdown parser and compiler written in JavaScript.
This project is open-sourced under the MIT License. See the LICENSE file for more details.