Skip to content

brianlaughlin/markdown-to-html-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Markdown to HTML Converter

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.

Features

  • 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.

Usage

  1. Enter your Markdown text in the textarea provided.
  2. Click the "Convert to HTML" button.
  3. The converted HTML will be displayed below the button.

Example

Input (Markdown):

| Name       | Age | City    |
|------------|-----|---------|
| John Doe   | 23  | New York|
| Jane Smith | 30  | Boston  |

About

A simple Markdown to HTML converter using JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages