{
    "componentChunkName": "component---src-templates-article-page-template-js",
    "path": "/operator-guides/how-to-format-your-text-in-pages/",
    "result": {"data":{"markdownRemark":{"frontmatter":{"title":"How to format your text in Pages with Markdown","slug":"how-to-format-your-text-in-pages","updated":"2023-02-14T00:00:00.000Z","category":"operator-guides-pages","ingress":"Learn how to use Markdown to change your marketplace content pages.","skills":null},"htmlAst":{"type":"root","children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Pages lets you create and modify your marketplace’s content pages. The\ntext in these pages can be formatted using Markdown. This guide provides\nan introduction to Markdown to help you use it when formatting your\ncontent pages. To learn more about editing pages in general\n"},{"type":"element","tagName":"a","properties":{"href":"https://www.sharetribe.com/docs/operator-guides/how-to-edit-content-pages-in-console/","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"read our How to edit Pages article"}]},{"type":"text","value":"."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"what-is-markdown","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#what-is-markdown","ariaLabel":"what is markdown permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"What is Markdown"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Markdown is a simple markup language used to add formatting to text. If\nyou want to emphasize a part of the content of your Pages, you can do so\nby formatting the text of your sections and blocks. Markdown in essence\nadds basic formatting tags to the underlying code of your page. It\ndoesn’t do anything fancy like changing the font size, font color, or\nfont family — but it covers the essentials, using simple keyboard\nsymbols."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"The Pages feature uses a modified version of Markdown syntax. It allows\nyou to add bold, italics, links, lists, headers, images, code and\nquotation blocks to the content text. You can add markdown in blocks\ndescription and sections ingress. Markdown doesn’t work in section\ntitles or block titles."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This article helps you get an idea of how markdown works. Bear in mind\nthat the rendering in this site is different that the rendering in\nPages. The results from using markdown in Pages will not look exactly\nthe same as what you can see here."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"highlighting","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#highlighting","ariaLabel":"highlighting permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Highlighting"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can highlight the text with italics, bold or a combination of both.\nYou can do so by adding asterisks or underlines to the text. See the\nexamples for reference:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"This is *italic text* and this is also _italics text_\nThis is **bold text** and this is also __bold text__\nThis is ***bold and italics text*** and so ___is this text___"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This is "},{"type":"element","tagName":"em","properties":{},"children":[{"type":"text","value":"italic text"}]},{"type":"text","value":" and this is also "},{"type":"element","tagName":"em","properties":{},"children":[{"type":"text","value":"italics text"}]},{"type":"text","value":" "},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"\nThis is "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"bold text"}]},{"type":"text","value":" and this is also "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"bold text"}]},{"type":"text","value":" "},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"\nThis is "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"em","properties":{},"children":[{"type":"text","value":"bold and italics text"}]}]},{"type":"text","value":" and so "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"em","properties":{},"children":[{"type":"text","value":"is this text"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"headers","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#headers","ariaLabel":"headers permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Headers"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can add different levels of headers by adding hashes to the\nbeginning of the text. The number of hash signs determines the heading\nlevel:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"### h3 Heading\n#### h4 Heading\n##### h5 Heading\n###### h6 Heading"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"span","properties":{"className":["gatsby-resp-image-wrapper"],"style":"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 635px; "},"children":[{"type":"text","value":"\n      "},{"type":"element","tagName":"a","properties":{"className":["gatsby-resp-image-link"],"href":"/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/2f1cb/headers.png","style":"display: block","target":"_blank","rel":["noopener"]},"children":[{"type":"text","value":"\n    "},{"type":"element","tagName":"span","properties":{"className":["gatsby-resp-image-background-image"],"style":"padding-bottom: 26.41509433962264%; position: relative; bottom: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAYAAABFA8wzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAZUlEQVQY06XPwQqAIBgDYN//IaXUyiTQ6jc1iQVG0DU9jN0+NubcBikHCKHQ9xLeB6SUEeNZ+m8Y0QFjFkzTDK1NO7jvHkqN4LyDtStyvqqxAoaQsG4EolCgF6te+IAe9LnasvAGE/eFdZDxi4AAAAAASUVORK5CYII='); background-size: cover; display: block;"},"children":[]},{"type":"text","value":"\n  "},{"type":"element","tagName":"picture","properties":{},"children":[{"type":"text","value":"\n          "},{"type":"element","tagName":"source","properties":{"srcSet":["/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/82e29/headers.webp 159w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/ef33f/headers.webp 318w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/f1837/headers.webp 635w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/1f0b2/headers.webp 940w"],"sizes":"(max-width: 635px) 100vw, 635px","type":"image/webp"},"children":[]},{"type":"text","value":"\n          "},{"type":"element","tagName":"source","properties":{"srcSet":["/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/8b9b5/headers.png 159w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/fa108/headers.png 318w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/53fb6/headers.png 635w","/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/2f1cb/headers.png 940w"],"sizes":"(max-width: 635px) 100vw, 635px","type":"image/png"},"children":[]},{"type":"text","value":"\n          "},{"type":"element","tagName":"img","properties":{"className":["gatsby-resp-image-image"],"src":"/docs/legacy/static/ca63bf2daaea318e88af0f1b5145ca4a/53fb6/headers.png","alt":"headers-example","title":"headers-example","loading":"lazy","decoding":"async","style":"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;"},"children":[]},{"type":"text","value":"\n        "}]},{"type":"text","value":"\n  "}]},{"type":"text","value":"\n    "}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"It is possible to add h1 and h2 headings to the content via markdown.\nYou simply need to follow a similar format. We recommend avoiding doing\nit. A page should only have a single h1 header, which can be added\ndirectly through the Page editor to the first title in your page. The h2\ncan then be either the Section or the Block titles."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"links","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#links","ariaLabel":"links permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Links"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can add links to the text by adding square brackets, followed by the\nlink in parenthesis:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"Here is [a link to Sharetribe’s site\\]\\(https://www.sharetribe.com)"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Here is "},{"type":"element","tagName":"a","properties":{"href":"https://www.sharetribe.com","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"a link to Sharetribe’s site"}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can also turn a URL or an email address into a link by surrounding\nit with "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"<>"}]},{"type":"text","value":":"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"<https://www.sharetribe.com> or <hello@sharetribe.com>"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"https://www.sharetribe.com","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"https://www.sharetribe.com"}]},{"type":"text","value":" or "},{"type":"element","tagName":"a","properties":{"href":"mailto:hello@sharetribe.com","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"hello@sharetribe.com"}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"lists","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#lists","ariaLabel":"lists permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Lists"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can create ordered or unordered lists."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"To create unordered lists you can use different symbols: plus signs,\ndashes or asterisks."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"- Product       * Product       + Product\n- Service       * Service       + Service\n- Rental        * Rental        + Rental"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Product"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Service"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Rental"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"To create ordered lists you can use numbers. The first number of the\nlist will determine the starting number of the rendered version of the\nlist. The other numbers do not matter."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"1. First item       1. First item\n2. Second item      1. Second item\n3. Third item       1. Third item"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ol","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"First item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Second item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Third item"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"43. First item\n1. Second item\n2. Third item"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ol","properties":{"start":43},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"First item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Second item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Third item"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can also have indented lists by adding four spaces before the list\nitem"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"markdown"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-markdown"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-markdown"]},"children":[{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Product\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Service\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Rental\n  "},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Sauna rental\n  "},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Home rental\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"-"}]},{"type":"text","value":" Mixed"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Product"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Service"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Rental\n"},{"type":"element","tagName":"ul","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Sauna rental"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Home rental"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Mixed"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"hr","properties":{},"children":[]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"markdown"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-markdown"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-markdown"]},"children":[{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"1."}]},{"type":"text","value":" First item\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"2."}]},{"type":"text","value":" Second item\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"3."}]},{"type":"text","value":" Third item\n   "},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"1."}]},{"type":"text","value":" First indented item\n   "},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"2."}]},{"type":"text","value":" Second indented item\n"},{"type":"element","tagName":"span","properties":{"className":["token","list","punctuation"]},"children":[{"type":"text","value":"4."}]},{"type":"text","value":" Fourth item"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ol","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"First item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Second item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Third item\n"},{"type":"element","tagName":"ol","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"First indented item"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Second indented item"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"Fourth item"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"image","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#image","ariaLabel":"image permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Image"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can add images to your Sections via the Section fields. However, if\nyou want to add images within the text. You can do it with Markdown. The\nformat for the image would be:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"![This is a Sharetribe image](/Sharetribe-logo.png)"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"span","properties":{"className":["gatsby-resp-image-wrapper"],"style":"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 635px; "},"children":[{"type":"text","value":"\n      "},{"type":"element","tagName":"a","properties":{"className":["gatsby-resp-image-link"],"href":"/docs/legacy/static/af9b426eaa12911293526225aca484cd/6335b/Sharetribe-logo.png","style":"display: block","target":"_blank","rel":["noopener"]},"children":[{"type":"text","value":"\n    "},{"type":"element","tagName":"span","properties":{"className":["gatsby-resp-image-background-image"],"style":"padding-bottom: 33.33333333333333%; position: relative; bottom: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAHCAYAAAAIy204AAAACXBIWXMAAAsTAAALEwEAmpwYAAABD0lEQVQoz21RsUpDQRB8Lw9LtdBSRDsLZxGCEcRSiILMiYJNUBvxB/wEO39BFLTTxsJSLMTCj3FWfyFc7u4lYoq5nZtdlmWmElEroPJg1YgTpRY+idppnVh/uF5Nm2mJh1z/L/kDpyUebGo/PssiDkVciVj47q/FpT0ndn9PurE/K2JRxJyIJaft5P+xiIETTe7NjBY6cSPiQcSXBxuIOBfxJuJVxJ2IdxG3Ip5EvIh4zvq9iE8RjyI+RByUC4+yeC1iU8SGE2dO2xJxKuLSaV0RfRF7IvZF23ZaT7QLEcxzq+nC5MWKiPnMk49hjOJvi6KFSW8T4sJ6HExK2gMaBXQU0HhCTHaM0KLJWlMSHwKBdtlgHQGl/gAAAABJRU5ErkJggg=='); background-size: cover; display: block;"},"children":[]},{"type":"text","value":"\n  "},{"type":"element","tagName":"picture","properties":{},"children":[{"type":"text","value":"\n          "},{"type":"element","tagName":"source","properties":{"srcSet":["/docs/legacy/static/af9b426eaa12911293526225aca484cd/82e29/Sharetribe-logo.webp 159w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/ef33f/Sharetribe-logo.webp 318w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/f1837/Sharetribe-logo.webp 635w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/29549/Sharetribe-logo.webp 953w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/c5420/Sharetribe-logo.webp 1270w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/dfb5c/Sharetribe-logo.webp 1500w"],"sizes":"(max-width: 635px) 100vw, 635px","type":"image/webp"},"children":[]},{"type":"text","value":"\n          "},{"type":"element","tagName":"source","properties":{"srcSet":["/docs/legacy/static/af9b426eaa12911293526225aca484cd/8b9b5/Sharetribe-logo.png 159w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/fa108/Sharetribe-logo.png 318w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/53fb6/Sharetribe-logo.png 635w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/5a426/Sharetribe-logo.png 953w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/91155/Sharetribe-logo.png 1270w","/docs/legacy/static/af9b426eaa12911293526225aca484cd/6335b/Sharetribe-logo.png 1500w"],"sizes":"(max-width: 635px) 100vw, 635px","type":"image/png"},"children":[]},{"type":"text","value":"\n          "},{"type":"element","tagName":"img","properties":{"className":["gatsby-resp-image-image"],"src":"/docs/legacy/static/af9b426eaa12911293526225aca484cd/53fb6/Sharetribe-logo.png","alt":"This is a Sharetribe image","title":"This is a Sharetribe image","loading":"lazy","decoding":"async","style":"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;"},"children":[]},{"type":"text","value":"\n        "}]},{"type":"text","value":"\n  "}]},{"type":"text","value":"\n    "}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You first need to add an exclamation mark, then the Alt text of the\nimage in square brackets, and finally the link to the image in\nparenthesis. You will notice that the format for adding an image is\nidentical to the format for adding a link but with an added exclamation\nmark."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"Important: In order to add an image, the image needs to be hosted\nsomewhere else"}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"quotation-blocks","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#quotation-blocks","ariaLabel":"quotation blocks permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Quotation blocks"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can add quotation blocks to your content by adding the greater than\nsign (>) before a paragraph:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"> This is a quotation paragraph`"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"blockquote","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This is a quotation paragraph"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can also create nested quotation blocks"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"> Blockquotes can also be nested...\n>> ...by stacking greater-than signs...\n> > > ...or with spaces between arrows."}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"blockquote","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Blockquotes can also be nested..."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"blockquote","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"...by stacking greater-than signs..."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"blockquote","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"...or with spaces between arrows."}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Lastly, you can use most other formatting symbols inside quotations, in\norder to create more complex quotation blocks:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"blockquote","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"h4","properties":{"id":"this-is-a-header-h4","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#this-is-a-header-h4","ariaLabel":"this is a header h4 permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"This is a header (H4)"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Blockquotes can contain other Markdown elements, including headers,\nlists, and code blocks"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"ol","properties":{},"children":[{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"This is the first list item."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"li","properties":{},"children":[{"type":"text","value":"This is the second list item."}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Here's some example code:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"export default PageBuilder;"}]}]}]},{"type":"text","value":"\n"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"code-blocks","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#code-blocks","ariaLabel":"code blocks permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Code blocks"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can add code blocks to your content. Most marketplaces will not need\nto add code blocks for coding-related reasons, however, code blocks and\ncode formatting are effective methods for highlighting text."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can create inline code by using backticks. For example"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"This is an inline `code`"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"This ia an inline "},{"type":"element","tagName":"code","properties":{},"children":[{"type":"text","value":"code"}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can create blocks of code by using backtick fences which is code\nsurrounded by three backticks (```). For example:"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"```\nThis is a block of code\nLine 1\nLine 2\nLine 3\n```"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You will, of course, notice that we've been creating blocks of code for\nthe entire article to highlight the markdown code."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"This is a block of code\nLine 1\nLine 2\nLine 3"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"horizontal-separation-line-horizontal-rule","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#horizontal-separation-line-horizontal-rule","ariaLabel":"horizontal separation line horizontal rule permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Horizontal separation line (horizontal rule)"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can divide the text with a horizontal line by adding 3 dashes, 3\nasterisks or 3 underscores."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"div","properties":{"className":["gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"***       ---       ___"}]}]}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"It would look something like this"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"hr","properties":{},"children":[]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You will notice that in this article itself the sections are separated\nby similar lines."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"h2","properties":{"id":"escaping-markdown-and-other-limitations","style":"position:relative;"},"children":[{"type":"element","tagName":"a","properties":{"href":"#escaping-markdown-and-other-limitations","ariaLabel":"escaping markdown and other limitations permalink","className":["anchor","before"]},"children":[{"type":"element","tagName":"svg","properties":{"ariaHidden":"true","focusable":"false","height":"16","version":"1.1","viewBox":"0 0 16 16","width":"16"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","d":"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"},"children":[]}]}]},{"type":"text","value":"Escaping markdown and other limitations"}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"You can “escape” automatic formatting, by adding a backspace (\\) before\nthe asterisks, hashes, dashes and other symbols used in markdown. This\nwill allow you to display the symbol in the rendered page, instead of it\ntriggering a specific formatting rule."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"There are formatting limitations with Markdown. Line breaks are\nparticularly tricky. No matter how many spaces you add in between\nparagraphs, the paragraphs will always be separated by the same amount\nof space."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"There are a few additional supported formatting rules with Markdown that\nwould allow you to create the same results as above, but with different\nsymbols. This article doesn’t cover those cases to allow for simpler\nusage definitions."}]},{"type":"text","value":"\n"},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Finally, Pages support a lot of the Markdown syntax, but not everything.\nIf you want to learn more about Markdown syntax, you can visit the\nofficial\n"},{"type":"element","tagName":"a","properties":{"href":"https://daringfireball.net/projects/markdown/syntax","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"Markdown documentation"}]},{"type":"text","value":"\nor the\n"},{"type":"element","tagName":"a","properties":{"href":"https://www.markdownguide.org/extended-syntax/#fenced-code-blocks","target":"_blank","rel":["noopener","noreferrer"]},"children":[{"type":"text","value":"Markdown extended syntax guide"}]},{"type":"text","value":"."}]}],"data":{"quirksMode":false}},"headings":[{"value":"What is Markdown","depth":2},{"value":"Highlighting","depth":2},{"value":"Headers","depth":2},{"value":"Links","depth":2},{"value":"Lists","depth":2},{"value":"Image","depth":2},{"value":"Quotation blocks","depth":2},{"value":"This is a header (H4)","depth":4},{"value":"Code blocks","depth":2},{"value":"Horizontal separation line (horizontal rule)","depth":2},{"value":"Escaping markdown and other limitations","depth":2}]}},"pageContext":{"slug":"how-to-format-your-text-in-pages","category":"operator-guides-pages"}},
    "staticQueryHashes": ["3794076007","439097193","717698143"]}