This is a simple Markdown to HTML converter using JavaScript. It allows you to enter Markdown text and convert it to HTML, which is then displayed on the web page.
- Convert Markdown headers, bold text, italic text, strikethrough text, blockquotes, lists, links, images, code blocks, inline code, horizontal rules, and tables to HTML.
- Support for table separators within Markdown tables.
- Enter your Markdown text in the textarea provided.
- Click the "Convert to HTML" button.
- The converted HTML will be displayed below the button.
| Name | Age | City |
|------------|-----|---------|
| John Doe | 23 | New York|
| Jane Smith | 30 | Boston |