<!doctype html><htmllang=fadir=rtl><head><metacharset=utf-8><metahttp-equiv=x-ua-compatiblecontent="IE=edge"><metaname=viewportcontent="width=device-width,initial-scale=1,shrink-to-fit=no"><metaname=robotscontent="index, follow"><title>Markdown Syntax Guide For RTL | PaperMod RTL</title><metaname=keywordscontent="markdown,css,html,themes"><metaname=descriptioncontent="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><metaname=authorcontent="Hugo Authors"><linkrel=canonicalhref=https://adityatelange.github.io/hugo-PaperMod/fa/posts/markdown-syntax/><linkcrossorigin=anonymoushref=/hugo-PaperMod/assets/css/stylesheet.min.bc435bed1061be2618667408894ae8a5d27c970831ce57f287e42f911918fcbc.cssintegrity="sha256-vENb7RBhviYYZnQIiUropdJ8lwgxzlfyh+QvkRkY/Lw="rel="preload stylesheet"as=style><scriptdefercrossorigin=anonymoussrc=/hugo-PaperMod/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.jsintegrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI="onload=hljs.initHighlightingOnLoad()></script><linkrel=iconhref=https://adityatelange.github.io/hugo-PaperMod/favicon.ico><linkrel=icontype=image/pngsizes=16x16href=https://adityatelange.github.io/hugo-PaperMod/favicon-16x16.png><linkrel=icontype=image/pngsizes=32x32href=https://adityatelange.github.io/hugo-PaperMod/favicon-32x32.png><linkrel=apple-touch-iconhref=https://adityatelange.github.io/hugo-PaperMod/apple-touch-icon.png><linkrel=mask-iconhref=https://adityatelange.github.io/hugo-PaperMod/safari-pinned-tab.svg><metaname=theme-colorcontent="#2e2e33"><metaname=msapplication-TileColorcontent="#2e2e33"><metaname=generatorcontent="Hugo 0.82.0"><linkrel=alternatehreflang=enhref=https://adityatelange.github.io/hugo-PaperMod/posts/markdown-syntax/><linkrel=alternatehreflang=frhref=https://adityatelange.github.io/hugo-PaperMod/fr/posts/markdown-syntax/><linkrel=alternatehreflang=fahref=https://adityatelange.github.io/hugo-PaperMod/fa/posts/markdown-syntax/><metaproperty="og:title"content="Markdown Syntax Guide For RTL"><metaproperty="og:description"content="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><metaproperty="og:type"content="article"><metaproperty="og:url"content="https://adityatelange.github.io/hugo-PaperMod/fa/posts/markdown-syntax/"><metaproperty="og:image"content="https://adityatelange.github.io/hugo-PaperMod/papermod-cover.png"><metaproperty="article:section"content="posts"><metaproperty="article:published_time"content="2019-03-11T00:00:00+00:00"><metaproperty="article:modified_time"content="2019-03-11T00:00:00+00:00"><metaproperty="og:site_name"content="PaperMod RTL"><metaname=twitter:cardcontent="summary_large_image"><metaname=twitter:imagecontent="https://adityatelange.github.io/hugo-PaperMod/papermod-cover.png"><metaname=twitter:titlecontent="Markdown Syntax Guide For RTL"><metaname=twitter:descriptioncontent="Sample article showcasing basic Markdown syntax and formatting for HTML elements."><scripttype=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Posts","item":"https://adityatelange.github.io/hugo-PaperMod/fa/posts/"},{"@type":"ListItem","position":2,"name":"Markdown Syntax Guide For RTL","item":"https://adityatelange.github.io/hugo-PaperMod/fa/posts/markdown-syntax/"}]}</script><scripttype=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"MarkdownSyntaxGuideForRTL","name":"MarkdownSyntaxGuideForRTL","description":"SamplearticleshowcasingbasicMarkdownsyntaxandformattingforHTMLelements.","keywords":["markdown","css","html","themes"],"articleBody":"ThisarticleoffersasampleofbasicMarkdownsyntaxthatcanbeusedinHugocontentfiles,alsoitshowswhetherbasicHTMLelementsaredecoratedwithCSSinaHugotheme.\nHeadingsThefollowingHTML—elementsrepresentsixlevelsofsectionheadings.isthehighestsectionlev
<strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p></blockquote><h4id=blockquote-with-attribution>Blockquote with attribution<ahiddenclass=anchoraria-hidden=truehref=#blockquote-with-attribution>#</a></h4><blockquote><p>Don’t communicate by sharing memory, share memory by communicating.<br>— <cite>Rob Pike<supid=fnref:1><ahref=#fn:1class=footnote-refrole=doc-noteref>1</a></sup></cite></p></blockquote><h2id=tables>Tables<ahiddenclass=anchoraria-hidden=truehref=#tables>#</a></h2><p>Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p><table><thead><tr><th>Name</th><th>Age</th></tr></thead><tbody><tr><td>Bob</td><td>27</td></tr><tr><td>Alice</td><td>23</td></tr></tbody></table><h4id=inline-markdown-within-tables>Inline Markdown within tables<ahiddenclass=anchoraria-hidden=truehref=#inline-markdown-within-tables>#</a></h4><table><thead><tr><th>Italics</th><th>Bold</th><th>Code</th></tr></thead><tbody><tr><td><em>italics</em></td><td><strong>bold</strong></td><td><code>code</code></td></tr></tbody></table><h2id=code-blocks>Code Blocks<ahiddenclass=anchoraria-hidden=truehref=#code-blocks>#</a></h2><h4id=code-block-with-backticks>Code block with backticks<ahiddenclass=anchoraria-hidden=truehref=#code-block-with-backticks>#</a></h4><divclass=highlight><prestyle=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-htmldata-lang=html><spanstyle=color:#75715e><!DOCTYPE html></span>
</code></pre></div><h4id=code-block-indented-with-four-spaces>Code block indented with four spaces<ahiddenclass=anchoraria-hidden=truehref=#code-block-indented-with-four-spaces>#</a></h4><pre><code><!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
</code></pre><h4id=code-block-with-hugos-internal-highlight-shortcode>Code block with Hugo’s internal highlight shortcode<ahiddenclass=anchoraria-hidden=truehref=#code-block-with-hugos-internal-highlight-shortcode>#</a></h4><divclass=highlight><prestyle=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-htmldata-lang=html><spanstyle=color:#75715e><!doctype html></span>
<span>Powered by <ahref=https://gohugo.io/rel="noopener noreferrer"target=_blank>Hugo</a></span>
<span>·</span>
<span>Theme <ahref=https://git.io/hugopapermodrel=noopenertarget=_blank>PaperMod</a></span></footer><ahref=#toparia-label="go to top"title="Go to Top (Alt + G)"><buttonclass=top-linkid=top-linktype=buttonaccesskey=g><svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 12 6"fill="currentcolor"><pathd="M12 6H0l6-6z"/></svg></button></a>