Markdown Converter
Convert Markdown to HTML, Plain Text, RST, LaTeX, or Word-ready HTML. Upload .md files or paste directly.
Convert to
Markdown input
HTML output
54 lines · 2.6 KB<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 800px; margin: 40px auto; padding: 0 24px; line-height: 1.75; color: #1a1a1a; }
h1 { font-size: 2em; font-weight: 800; border-bottom: 2px solid #eee; padding-bottom: 0.3em; margin: 1.2em 0 0.5em; }
h2 { font-size: 1.5em; font-weight: 700; border-bottom: 1px solid #eee; padding-bottom: 0.2em; margin: 1em 0 0.4em; }
h3,h4,h5,h6 { font-weight: 700; margin: 0.9em 0 0.3em; }
p { margin: 0.7em 0; }
a { color: #5B5FED; }
code { background: #f4f4f4; padding: 2px 6px; border-radius: 4px; font-size: 0.875em; font-family: monospace; }
pre { background: #1e1e2e; color: #cdd6f4; padding: 16px; border-radius: 8px; overflow-x: auto; }
pre code { background: none; color: inherit; padding: 0; }
blockquote { border-left: 4px solid #5B5FED; margin: 1em 0; padding: 8px 16px; background: #f8f8ff; color: #555; border-radius: 0 8px 8px 0; }
table { border-collapse: collapse; width: 100%; margin: 1em 0; }
th, td { border: 1px solid #ddd; padding: 8px 12px; text-align: left; }
th { background: #f4f4f4; font-weight: 600; }
ul, ol { padding-left: 1.5em; margin: 0.5em 0; }
li { margin: 0.25em 0; }
hr { border: none; border-top: 2px solid #eee; margin: 2em 0; }
img { max-width: 100%; border-radius: 8px; }
del { opacity: 0.6; text-decoration: line-through; }
</style>
</head>
<body>
<h1>Project Proposal</h1>
<h2>Overview</h2>
<p>This document outlines the <strong>key objectives</strong> and <em>timeline</em> for the Q1 project initiative.</p>
<h2>Goals</h2>
<ul><li>Increase user engagement by <strong>30%</strong></li><li>Launch the new dashboard feature</li><li>Reduce support tickets by improving onboarding</li></ul>
<h2>Timeline</h2>
<table><thead><tr><th>Phase</th><th>Duration</th><th>Owner</th></tr></thead><tbody><tr><td>Research</td><td>2 weeks</td><td>Alice</td></tr><tr><td>Design</td><td>3 weeks</td><td>Bob</td></tr><tr><td>Development</td><td>6 weeks</td><td>Team</td></tr><tr><td>Testing</td><td>2 weeks</td><td>QA</td></tr></tbody></table>
<h2>Budget</h2>
<p>The estimated budget is <code>$45,000</code> broken down as follows:</p>
<ol><li>Development: $30,000</li><li>Design: $8,000</li><li>Testing & QA: $7,000</li></ol>
<blockquote>"Quality is never an accident; it is always the result of intelligent effort." — John Ruskin</blockquote>
<hr />
<p>For questions, contact <a href="mailto:support@example.com">support@example.com</a></p>
</body>
</html>Runs entirely in your browser. Your files never leave your device.
Related tools