{"id":3168,"date":"2020-01-21T12:30:52","date_gmt":"2020-01-21T11:30:52","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=3168"},"modified":"2020-01-22T15:45:11","modified_gmt":"2020-01-22T14:45:11","slug":"learn-markdown","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/learn-markdown\/","title":{"rendered":"Learn Markdown"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.markdowntutorial.com\/lesson\/1\/\">https:\/\/www.markdowntutorial.com\/lesson\/1\/<\/a><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"md\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Header 1\n## Header 2\n### Header 3\n\nHeading level 1 (alternative syntax)\n===============\nHeading level 2 (alternative syntax)\n---------------\n\nbold: **multiple words bold**\nitalic: _multiple words bold_\nbold-italic: **_multiple words bold_** (or *** or ___)\nheader italic:\n## _Header 2_\nstrike-through: ~~Striked through~~\n\nParagraphs: \nhard-break: (new paragraph) one or more empty line(s) between lines of text\nsoft-break: (new line)      two spaces at the end of a line \n\nUnordered list:  dashes (-), asterisks (*), or plus signs (+) \n* Item1\n* Item2\n* Item3\n\nOrdered list:\n1. Item1\n2. Item2\n3. Item3\n\nQuote:\n> This is quoted text\n>\n> With an empty line in between\n\nLinks:\n[Click here](www.google.nl)\n\nReference link:\n[Click here][link-name]\n[link-name]:www.google.nl\n\nImages:\n![Google logo](www.google.nl\/logo.png)\n\nReference image:\n![Google logo][logo-link]\n[logo-link]: www.google.nl\/logo.png\n\nLink to heading:\n### My Great Heading {#custom-id}\n[Goto Great Heading](#custom-id)\n\nCode block: (try out language support eg. [ js | json | cs | ts ])\n```js\nconst a = function() { ws.getMonkeys(race, type, callback); }\n```\n\nHorizontal lines:\n***\nor:\n---\n\n## Sometimes unsupported extended syntax:\n\nEven tables:\n| Tables   |      Are      |  Cool |\n|----------|:-------------:|------:|\n| col 1 is |  left-aligned | $1600 |\n| col 2 is |    centered   |   $12 |\n| col 3 is | right-aligned |    $1 |\n\nOr a task list:\n- [x] Write the press release\n- [ ] Update the website\n- [ ] Contact the media\n\nFootnotes:\nHere's a simple footnote,[^1] and here's a longer one.[^bignote]\n[^1]: This is the first footnote.\n[^bignote]: Here's one with multiple lines and code.\n  `{ my code }`<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/www.markdowntutorial.com\/lesson\/1\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3168","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/3168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=3168"}],"version-history":[{"count":13,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/3168\/revisions"}],"predecessor-version":[{"id":3214,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/3168\/revisions\/3214"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=3168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=3168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=3168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}