setrlol.blogg.se

Markdown cheat sheet
Markdown cheat sheet











markdown cheat sheet

If you enjoyed the video or reading this article, please make sure to add your comments below and share it with your friends. With that being said, that brings us to the end of this article. Similarly, if you have a json file, you can style it as a json object, so it is easy for your readers to consume it.

#Markdown cheat sheet code#

Now, watch this html code turn into html style formatting using the word html after the first set of backticks. You can use var x = `'hello' + $` in your file § Code blocks using Markdown ``` In that scenario, you can enclose it in double backtick. If you want to enclose a piece of code which already has backtick in it, you will want to escape the backtick. Here is an example of inline code block - var x = 10 § Code blocks using Markdown § Inline Code blocks using Markdown Here is an example of inline code block - `var x = 10 ` You just need to make sure to indent the block quote by 4 spaces or a tab. § Adding blockquotes in a list - First Line § Nested Unordered List in Markdown - Item 1 We will see both of these lists in detail.

markdown cheat sheet markdown cheat sheet

There are 2 types of lists, ordered and unordered list. This was said by someone really important § Lists in Markdown The output looks like below: § This is an important blockquote > This was said by someone really **important** This is a blockquote This is a nested blockquote > # This is an important blockquote You can also have nested blockquotes > This is a blockquote This is a blockquote > This is a blockquote § Blockquotes in Markdown > This is a blockquote The result will look like this - Abhay Talreja ( "Abhay Talreja website link")Ībhay Talreja § Links with a reference in Markdown Ībhay Talreja with reference Ībhay Talreja with reference and title § Auto linking in Markdown This is a bold and striked text § Links in Markdown () This is a Striked Text This is a ~~**bold and striked text**~~ This text is Bold and Italic § Strike Through in Markdown This is a ~~Striked Text~~ You can also use the bold and italics together. This text is Italic too § Emphasis - Bold & Italics Text in Markdown You can also wrap the text in between 2 underscores to make a text bold. To make a text bold, all you need to do is wrap it in betwee single * signs. This text is Bold too § Emphasis - Italics Text in Markdown This text is Bold This text is _Bold too_ To make a text bold, all you need to do is wrap it in betwee double * signs. Here is a list of all the special characters that you can escape. This is line 2 § Horizontal Rule in Mardown. § Paragraphs in Markdown This is paragraph 1 § Heading 1 § Heading 2 § Heading 3 § Heading 4 § Heading 5 § Heading 6 § Alternate approach to writing Headings in Markdown This is Heading 1 Emphasis - Bold & Italics Text in Markdown.Alternate approach to writing Headings in Markdown.If you are interested in watching a video rather than reading, please check out my video on youtube. If you want to read the detailed article about markdown, you can check it out here. This markdown cheat sheet is intended to be a quick reference and showcase some of the features of Markdown.įor more complete info, see John Gruber’s original spec and the Github-flavored Markdown info page.













Markdown cheat sheet