{"id":752,"date":"2020-02-12T16:37:38","date_gmt":"2020-02-12T16:37:38","guid":{"rendered":"https:\/\/www.inspire-writer.com\/kb\/?p=752"},"modified":"2020-02-12T16:37:38","modified_gmt":"2020-02-12T16:37:38","slug":"markdown-cheat-sheet","status":"publish","type":"post","link":"https:\/\/www.inspire-writer.com\/kb\/markdown-cheat-sheet","title":{"rendered":"Markdown Cheat Sheet"},"content":{"rendered":"<p>This Markdown cheat sheet provides you with a quick, comprehensive reference to the basic syntax commonly used when writing in Inspire Writer.<\/p>\n<h2>Why do we need such a markdown syntax cheat sheet?<\/h2>\n<p>Well, you may have already known that every markdown editor has its markdown syntax modified, mostly just slight changes just so the users can have better writing experience.<\/p>\n<p>That&#8217;s also true for Inspire. We don&#8217;t want you to get lost when you use Inspire for the first time, hence the following syntax cheat sheet.<\/p>\n<p>To begin with, Inspire supports syntax highlighting. In other words, the format of your writing is decided by their markdown syntax. Here is an example:<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter size-full wp-image-780\" src=\"https:\/\/www.inspire-writer.com\/kb\/wp-content\/uploads\/2020\/02\/syntax-highlighting-inspire-writer.png\" alt=\"\" width=\"239\" height=\"338\" srcset=\"https:\/\/www.inspire-writer.com\/kb\/wp-content\/uploads\/2020\/02\/syntax-highlighting-inspire-writer.png 239w, https:\/\/www.inspire-writer.com\/kb\/wp-content\/uploads\/2020\/02\/syntax-highlighting-inspire-writer-212x300.png 212w\" sizes=\"(max-width: 239px) 100vw, 239px\" \/><\/p>\n<h2 id=\"tablepress-1-name\" class=\"tablepress-table-name tablepress-table-name-id-1\">Headings<\/h2>\n<span id=\"tablepress-1-description\" class=\"tablepress-table-description tablepress-table-description-id-1\">To make a heading, preface the phrase with hash marks # (or use Ctrl+H). The number of hash marks indicates the level of the heading. For example, when you need a level two heading, add two has marks. <br \/>\n<br \/>\n<\/span>\n\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\" aria-labelledby=\"tablepress-1-name\" aria-describedby=\"tablepress-1-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"># Heading level 1<\/td><td class=\"column-2\"><h1> Heading level 1 <\/h1><\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\">## Heading level 2<\/td><td class=\"column-2\"><h2> Heading level 2 <\/h2><\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\">### Heading level 3<\/td><td class=\"column-2\"><h3> Heading level 3 <\/h3><\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\">#### Heading level 4<\/td><td class=\"column-2\"><h4> Heading level 4 <\/h4><\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\">##### Heading level 5<\/td><td class=\"column-2\"><h5> Heading level 5 <\/h5><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-1 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-2-name\" class=\"tablepress-table-name tablepress-table-name-id-2\">Emphasis: Bold and Italic<\/h2>\n<span id=\"tablepress-2-description\" class=\"tablepress-table-description tablepress-table-description-id-2\">You can emphasize your text by making them bold and\/or italic as you like.  <br \/>\n<br \/>\n<\/span>\n\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2\" aria-labelledby=\"tablepress-2-name\" aria-describedby=\"tablepress-2-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">I want the text to be **bold**. <\/td><td class=\"column-2\">I want the text to be <strong>bold<\/strong>. <\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\">I want the text to be **bold. <\/td><td class=\"column-2\">I want the text to be <strong>bold<\/strong>. <\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\">I want the text to be *italic*. <\/td><td class=\"column-2\">I want the text to be <em>italic<\/em>. <\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\">I want the text to be *italic. <\/td><td class=\"column-2\">I want the text to be <em>italic<\/em>. <\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\">I want the text to be marked as ||deleted. <\/td><td class=\"column-2\">I want the text to be marked as <del> deleted<\/del>. <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-2 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-3-name\" class=\"tablepress-table-name tablepress-table-name-id-3\">Block quotes<\/h2>\n<span id=\"tablepress-3-description\" class=\"tablepress-table-description tablepress-table-description-id-3\">If you want to provide a motto, or want to imitate people's reply, a block quote would be the best option for you. <br \/>\n<br \/>\n<\/span>\n\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3\" aria-labelledby=\"tablepress-3-name\" aria-describedby=\"tablepress-3-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">> This is a block quote. <\/td><td class=\"column-2\"><blockquote> This is a block quote. <\/blockquote><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-3 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-4-name\" class=\"tablepress-table-name tablepress-table-name-id-4\">Lists<\/h2>\n<span id=\"tablepress-4-description\" class=\"tablepress-table-description tablepress-table-description-id-4\">There are several kinds of order lists in Inspire that you can choose: <br \/>\n<\/span>\n\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4\" aria-labelledby=\"tablepress-4-name\" aria-describedby=\"tablepress-4-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">- This is an unordered list. <\/td><td class=\"column-2\"><li> This is an unordered list. <\/li><\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\">+ This is also an unordered list. <\/td><td class=\"column-2\"><li> This is also an unordered list. <\/li><\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\">\u2022 This is another unordered list. <\/td><td class=\"column-2\"><li> This is another unordered list. <\/li><\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\">1. This is an ordered list. <br \/>\n<br \/>\n2. This is an ordered list. <\/td><td class=\"column-2\"><ol><li>This is an ordered list. <\/li><br \/>\n<li>This is an ordered list. <\/li><\/ol><\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\">- This is a nested layered list level 1. <br \/>\n<br \/>\n(Tab) + This is level 2 of a layered list. <br \/>\n<br \/>\n(Tab Tab) \u2022 This is level 3 of a layered list. <br \/>\n<\/td><td class=\"column-2\"><ul><li>This is a nested layered list level 1. <\/li><br \/>\n     <ul><li> This is level 2 of a layered list. <\/li><br \/>\n              <ul> <li>This is level 3 of a layered list. <\/li><br \/>\n              <\/ul><\/ul><\/ul><\/td>\n<\/tr>\n<\/tbody>\n<tfoot>\n<tr class=\"row-7 odd\">\n\t<th class=\"column-1\">* Use '<strong>Enter<\/strong>' to escape the bullet list if you want. <\/th><th class=\"column-2\"><\/th>\n<\/tr>\n<\/tfoot>\n<\/table>\n<!-- #tablepress-4 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-8-name\" class=\"tablepress-table-name tablepress-table-name-id-8\">Links, footnotes and email addresses<\/h2>\n<span id=\"tablepress-8-description\" class=\"tablepress-table-description tablepress-table-description-id-8\">Adding links, URLs, footnotes and email addresses is a no funny business, especially for those who are not exactly tech-savvy. You'll need to select the text, click the insert link button, copy and paste the link to the field, and hit update. The whole process drags you down, which is extremely painful when you're already falling behind your schedule! <br \/>\n<br \/>\nWorry no more, Inspire Writer is here to free you from all the clicking on your mouse - you can do just about anything without your fingers leaving your keyboard. Impressive, right? <br \/>\n<br \/>\nLet's see how Inspire Writer can do it with markdown: <br \/>\n<br \/>\n <\/span>\n\n<table id=\"tablepress-8\" class=\"tablepress tablepress-id-8\" aria-labelledby=\"tablepress-8-name\" aria-describedby=\"tablepress-8-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">I'm adding a link [here]. <\/td><td class=\"column-2\">I'm adding a link <a href=\"inspire-writer.com\">here <\/a>. <\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\">I'm adding a footnote here (fn). <\/td><td class=\"column-2\">I'm adding a footnote here <sup>1<\/sup>.<\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\">I'm adding an [email address] here. <\/td><td class=\"column-2\">I'm adding an <a href=\"mailto:test.com\"> email address <\/a>here. <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-8 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-9-name\" class=\"tablepress-table-name tablepress-table-name-id-9\">Image<\/h2>\n<span id=\"tablepress-9-description\" class=\"tablepress-table-description tablepress-table-description-id-9\">Just like links and footnotes, it's hard to juggle with adding images without spending tons of time on it. With Inspire Writer, this is no longer the case. <br \/>\n<\/span>\n\n<table id=\"tablepress-9\" class=\"tablepress tablepress-id-9\" aria-labelledby=\"tablepress-9-name\" aria-describedby=\"tablepress-9-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">I want to add an image here (img). <\/td><td class=\"column-2\">I want to add an image here<img src=\"https:\/\/www.inspire-writer.com\/kb\/wp-content\/uploads\/2019\/03\/noframe_48.png\"><\/img>. <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-9 from cache -->\n<p>&nbsp;<\/p>\n<h2 id=\"tablepress-10-name\" class=\"tablepress-table-name tablepress-table-name-id-10\">Tables<\/h2>\n<span id=\"tablepress-10-description\" class=\"tablepress-table-description tablepress-table-description-id-10\">Adding tables with markdown syntax only can be quite tricky - you need to add the dashes and outer pipes (|) by yourself, just thinking about it is giving me a mild headache. Inspire Writer deals with tables different. Let's find out. <br \/>\n<br \/>\n<\/span>\n\n<table id=\"tablepress-10\" class=\"tablepress tablepress-id-10\" aria-labelledby=\"tablepress-10-name\" aria-describedby=\"tablepress-10-description\">\n<thead>\n<tr class=\"row-1 odd\">\n\t<th class=\"column-1\">Markdown<\/th><th class=\"column-2\">What it looks like when published \/ exported<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\">I want to add a table here (table). <\/td><td class=\"column-2\"><img src=\"https:\/\/www.inspire-writer.com\/zh-cn\/wp-content\/uploads\/tablesnapshot.png\"><\/img><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-10 from cache -->\n<p>That&#8217;s about it all!<\/p>\n<p>Feel free to let us know what you think we should add to this cheatsheet by leaving a comment below. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This Markdown cheat sheet provides you with a quick, comprehensive reference to the basic syntax commonly used when writing in Inspire Writer. Why do we need such a markdown syntax cheat sheet? Well, you may have already known that every markdown editor has its markdown syntax modified, mostly just slight changes just so the users [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":782,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,32],"tags":[8],"_links":{"self":[{"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/posts\/752"}],"collection":[{"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/comments?post=752"}],"version-history":[{"count":0,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/posts\/752\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/media\/782"}],"wp:attachment":[{"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/media?parent=752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/categories?post=752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspire-writer.com\/kb\/wp-json\/wp\/v2\/tags?post=752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}