Skip to content

BryanNilsen/MarkdownConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mark|Down - online markdown converter

Overview

Enter your text in markdown format in the left panel and preview the HTML conversion in the right panel. Mark|Down starts with some sample text preloaded into the input container. Use the clear input button to clear the form and begin typing.

Mark|Down provides the following features:

  • realtime text translation from markdown to HTML
  • download a file containing the raw markdown text from the input field
  • download a file containing the the converted markdown as HTML

Example Conversions:

Convert h1

input: # this is an H1

output: <h1> this is an H1</h1>

Convert bold text

input: Here is some **bold** text

output: <p>Here is some <strong>bold</strong> text</p>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published