Skip to main content

Command Palette

Search for a command to run...

Introduction to Markdown

Published
1 min read
B

I am a FullStack Developer who loves to build projects that solve real-world problems. Sharing my journey and learnings here with my fellow developers.

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. See the Syntax page for details pertaining to Markdown’s formatting syntax. You can try it out, right now, using the online Dingus.

This information is taken from Markdown website.

It's very easy to make some words bold and other words italic with Markdown.

More from this blog

W

Web Development Blogs

10 posts

Front-end developer @Rupifi | Learning new things everyday | let's connect Twitter | Sharing the small things I learn as I build.