HTML To Markdown Online

How to use HTML To Markdown ?

  1. In the input string textarea,Paste your HTML code.
  2. Click 'MarkDown to HTML' button convert your html code to markdown code .
  3. The output will be displayed in the output result area.

You can use the above method to convert markdown to html code.

What is markdown?

Markdown is a lightweight markup language that can be used to add formatting elements to plain text documents. Created by John Gruber in 2004, Markdown has become one of the most popular markup languages in the world.

  1. Focus on text content;
  2. Plain text, easy to read and write, can be easily included in version control;
  3. Simple syntax, no learning cost, can easily make beautiful and generous layout while coding.
Using Markdown is different from using a Word-like editor. In applications like Word, you click buttons to format words and phrases, and the changes are immediately visible. Markdown is different from this. When you create a Markdown-formatted file, you can add Markdown syntax to the text to indicate which words and phrases should look different.
You can use a text editor to add Markdown formatting elements to a plain text file. Alternatively, you can install a Markdown application for macOS, Windows, Linux, iOS, and Android operating systems. Or you can use some web-based applications for Markdown writing.
Depending on the application you use, you may not be able to preview the formatted document in real time. But that's okay. According to Gruber, Markdown's syntax is designed to be readable and unobtrusive, so the text in a Markdown file is easy to read even if it is not rendered.

Why use Markdown?

Why write in Markdown when you can format text by pressing a button in the interface? Reasons to use Markdown instead of a word-like editor include:
  1. Markdown is everywhere. Mainstream code hosting platforms such as GitHub, GitLab, BitBucket, Coding, Gitee, etc. all support Markdown syntax, and many open source projects' README, development documents, help documents, Wiki, etc. are written in Markdown.
  2. Markdown is plain text and portable. Text files containing Markdown format can be opened with almost any application. If you don't like the Markdown application you are currently using, you can import Markdown files into another Markdown application. This is in stark contrast to word processing applications such as Microsoft Word, which lock your content into a proprietary file format.
  3. Markdown is platform-independent. You can create Markdown-formatted text on any device running any operating system.
  4. Markdown can adapt to future changes. Even if the application you are using will no longer be available at some point in the future, you can still read Markdown-formatted text with a text editor. This is an important consideration when it comes to books, university theses, and other landmark documents that need to be preserved indefinitely.