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 moreConvert 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 moreHow 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 moreHow 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 moreHow 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 moreHow 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 moreHow 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 moreHow 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 moreEasy 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