7 Cool Markdown Extensions in vscode


Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be ways to add text modifiers like lists, bold, italics, etc.

Markdown was created by John Gruber, and the language has seen many renditions since its creation. One of the most popular of these is GitHub Flavored Markdown. This version adds additional functionality like tables and code blocks.

Today we’ll take a look at 7 Cool Markdown Extensions in vscode: An article covering the history of markdown, why it’s useful, and extensions for it.

Visual Studio Code is an incredibly useful editor for coding, but what if I told you that it can be transformed into something even more useful? In this article, we’re going to take a look at what markdown is and why you should use it. Then, we’ll go through 7 extensions that make VSCode into a fantastic markdown editor.

Markdown is a text-to-HTML conversion tool created in 2004 by John Gruber, who wanted a way to write in an easy-to-read format that could be converted into HTML. If you’ve ever written HTML, you know that it can become very messy, with tags scattered everywhere and opening/closing tags left out. Markdown solves this problem by using symbols (like

Markdown is a text formatting syntax inspired on plain text email. It’s designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

Below are some of the extensions available in vscode to work with Markdown.

Visual Studio Code is a popular editor for many developers on the Microsoft stack. One of the most common tasks in it is writing Markdown text, be it a README for your GitHub project, or a new blog post on your Gatsby site.

For those who aren’t familiar with Markdown, it’s a lightweight markup language used to add formatting to plain text. For example, you can use it to make text bold, italic, and headers without having to write out raw HTML tags. It’s very useful when you don’t want to mess with HTML in your editor.

Markdown has been around since 2004 and was created by John Gruber with Aaron Swartz. It was designed to be easy-to-read and easy-to-write, with plain text formatting syntax that didn’t look like HTML.

In this post, I will go over some of my favorite extensions for writing Markdown in VS Code as well as how I set them up for my own personal workflow.

What is Markdown?

Markdown is a lightweight markup language with plain text formatting syntax. It’s designed so that it can be converted to HTML and many other formats using a tool by the same name.

Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

History

The original implementation of Markdown was written in Perl by John Gruber. The original specification was later ported to PHP as PHP Markdown. Other implementations include:

Discount (C)

Markdown Extra (PHP)

MultiMarkdown (Objective C)

Sundown (C)

Marked (Node.js)

Cmark (C99)

Yet Another Markdown Parser (Python)

Markdown is a lightweight markup language with plain-text-formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML.

Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.

You can use Markdown most places around GitHub:

For more information, see “Writing on GitHub” in the GitHub Help.

I enjoy writing, but for some reason, I struggle to write more often than once every couple of weeks. That’s not because I don’t have any ideas to write about, it’s just that there are so many things that need to get done that writing seems like a waste of time.

There has got to be a better way!

So here I am discussing the topic of writing in the format of an article.

What is Markdown?

Markdown is a very lightweight markup language that allows you to write plain text format easily and then convert it to structurally valid XHTML (or HTML). In other words, Markdown allows you to write using an easy-to-read, easy-to-write plain text format, which then converts this plain text into structurally valid XHTML (or HTML)


Leave a Reply

Your email address will not be published. Required fields are marked *