featured Image

How to make horizontal line in markdown

In this post, we will learn how to make a horizontal line in markdown. In HTML, we can create a horizontal rule by using the <hr/> tag. However, in markdown,…

Read more
featured Image

Convert Markdown to PDF in VSCode

Markdown is a very simple and easy-to-use markup language for creating formatted text using any text editor. In this post, we will see how to convert a markdown to pdf…

Read more
featured Image

How to center align an image in markdown

In this post, we will see how to center align an image in markdown. Markdown is an awesome markup language to write content to take notes or for a blog…

Read more
featured Image

How to do text highlight in markdown

In this post, we will see how we can highlight text in markdown. In markdown, there is no native way to highlight text, however, markdown allows us to use HTML…

Read more
featured Image

How to underline in markdown

In this post, we will see how we can underline a text in markdown. Markdown does not have any syntax to underline, however, we can use the <u> HTML tag…

Read more
featured Image

How to write comments in a Markdown File

In this post, we will see how to write comments in a markdown file. Comments are helpful to explain certain parts of code or text in a document. And if…

Read more
featured Image

How to change image size in markdown in GitHub

In this post, we will see how we can resize images in our markdown document or for Github readme.md profile. Markdown is a free open-source markup language that let us…

Read more
featured Image

How to open markdown link in new tab

In this short post, find out how to open a markdown link in a new tab. When using markdown to create your blog or any web page using a markdown…

Read more
featured Image

Easy Way to add Emoji in markdown with VS Code

If you want to add emoji in your VS Code markdown that is supported by GitHub too, then this is the right article for you. VS Code provides us with…

Read more