{"id":115,"date":"2023-12-17T19:30:25","date_gmt":"2023-12-17T19:30:25","guid":{"rendered":"https:\/\/feellikelearning.com\/en\/?p=115"},"modified":"2023-12-17T19:30:25","modified_gmt":"2023-12-17T19:30:25","slug":"how-to-use-markdown-to-write-an-article","status":"publish","type":"post","link":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/","title":{"rendered":"How to use markdown to write an article?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Title<\/h2>\n\n\n\n<p>To create a title, you can use one or more hash (<code>#<\/code>) symbols at the beginning of a line, followed by a space and the title text. The number of hash symbols determines the heading level.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># This is a Level 1 Heading\n## This is a Level 2 Heading\n### This is a Level 3 Heading\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Paragraph<\/h2>\n\n\n\n<p>Paragraphs in Markdown are created by simply typing the text. You can separate paragraphs by a blank line.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># This is a Level 1 Heading\n## This is a Level 2 Heading\n### This is a Level 3 Heading\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Code<\/h2>\n\n\n\n<p>Inline code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>This is `inline code`.\n<\/code><\/pre>\n\n\n\n<p>code blocks, &#8220;` followed by programing language name<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>```python\ndef hello_world():\n    print(\"Hello, World!\")\n```<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Image<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>!&#91;Alt text](URL)\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Alt text: This is the alternative text that will be displayed if the image cannot be loaded. It is also used for accessibility.<\/li>\n\n\n\n<li>URL: The URL or path to the image. This can also be path on file system<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Example<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code># My Markdown Document\n\nThis is a paragraph introducing the document. You can add more content here.\n\n## Section 1\n\nThis is another paragraph under a level 2 heading.\n\n### Subsection\n\nYou can continue with subsections.\n\n!&#91;Example Image](https:\/\/example.com\/example.jpg)\n\nRemember to replace the example image URL with the actual URL of your image.\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Title To create a title, you can use one or more hash (#) symbols at the beginning of a line, followed by a space and the title text. The number of hash symbols determines the heading level. Paragraph Paragraphs in Markdown are created by simply typing the text. You can separate paragraphs by a blank [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-115","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to use markdown to write an article? - Feel Like Learning<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to use markdown to write an article? - Feel Like Learning\" \/>\n<meta property=\"og:description\" content=\"Title To create a title, you can use one or more hash (#) symbols at the beginning of a line, followed by a space and the title text. The number of hash symbols determines the heading level. Paragraph Paragraphs in Markdown are created by simply typing the text. You can separate paragraphs by a blank [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/\" \/>\n<meta property=\"og:site_name\" content=\"Feel Like Learning\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-17T19:30:25+00:00\" \/>\n<meta name=\"author\" content=\"feellikelearning\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"feellikelearning\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/\",\"url\":\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/\",\"name\":\"How to use markdown to write an article? - Feel Like Learning\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/en\/#website\"},\"datePublished\":\"2023-12-17T19:30:25+00:00\",\"dateModified\":\"2023-12-17T19:30:25+00:00\",\"author\":{\"@id\":\"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/1ec5aac313d6de20215fe2b8e176b8a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/feellikelearning.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to use markdown to write an article?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/feellikelearning.com\/en\/#website\",\"url\":\"https:\/\/feellikelearning.com\/en\/\",\"name\":\"Feel Like Learning\",\"description\":\"keep curiosity alive\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/feellikelearning.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/1ec5aac313d6de20215fe2b8e176b8a7\",\"name\":\"feellikelearning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/36aec9d519f02362e3e89b0716ae640d08701f57e818830f3f197db5fbc1ae20?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/36aec9d519f02362e3e89b0716ae640d08701f57e818830f3f197db5fbc1ae20?s=96&d=mm&r=g\",\"caption\":\"feellikelearning\"},\"sameAs\":[\"http:\/\/feellikelearning.com\/en\"],\"url\":\"https:\/\/feellikelearning.com\/en\/index.php\/author\/feellikelearning\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to use markdown to write an article? - Feel Like Learning","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/","og_locale":"en_US","og_type":"article","og_title":"How to use markdown to write an article? - Feel Like Learning","og_description":"Title To create a title, you can use one or more hash (#) symbols at the beginning of a line, followed by a space and the title text. The number of hash symbols determines the heading level. Paragraph Paragraphs in Markdown are created by simply typing the text. You can separate paragraphs by a blank [&hellip;]","og_url":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/","og_site_name":"Feel Like Learning","article_published_time":"2023-12-17T19:30:25+00:00","author":"feellikelearning","twitter_card":"summary_large_image","twitter_misc":{"Written by":"feellikelearning","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/","url":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/","name":"How to use markdown to write an article? - Feel Like Learning","isPartOf":{"@id":"https:\/\/feellikelearning.com\/en\/#website"},"datePublished":"2023-12-17T19:30:25+00:00","dateModified":"2023-12-17T19:30:25+00:00","author":{"@id":"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/1ec5aac313d6de20215fe2b8e176b8a7"},"breadcrumb":{"@id":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feellikelearning.com\/en\/index.php\/2023\/12\/17\/how-to-use-markdown-to-write-an-article\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feellikelearning.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to use markdown to write an article?"}]},{"@type":"WebSite","@id":"https:\/\/feellikelearning.com\/en\/#website","url":"https:\/\/feellikelearning.com\/en\/","name":"Feel Like Learning","description":"keep curiosity alive","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feellikelearning.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/1ec5aac313d6de20215fe2b8e176b8a7","name":"feellikelearning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feellikelearning.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/36aec9d519f02362e3e89b0716ae640d08701f57e818830f3f197db5fbc1ae20?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36aec9d519f02362e3e89b0716ae640d08701f57e818830f3f197db5fbc1ae20?s=96&d=mm&r=g","caption":"feellikelearning"},"sameAs":["http:\/\/feellikelearning.com\/en"],"url":"https:\/\/feellikelearning.com\/en\/index.php\/author\/feellikelearning\/"}]}},"_links":{"self":[{"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/posts\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/comments?post=115"}],"version-history":[{"count":1,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/posts\/115\/revisions"}],"predecessor-version":[{"id":116,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/posts\/115\/revisions\/116"}],"wp:attachment":[{"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/media?parent=115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/categories?post=115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feellikelearning.com\/en\/index.php\/wp-json\/wp\/v2\/tags?post=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}