{"id":12946,"date":"2022-04-25T15:21:14","date_gmt":"2022-04-25T15:21:14","guid":{"rendered":"https:\/\/www.applivery.com\/?post_type=docs&#038;p=12946"},"modified":"2023-05-09T09:53:11","modified_gmt":"2023-05-09T09:53:11","password":"","slug":"markdown","status":"publish","type":"docs","link":"https:\/\/www.applivery.com\/pt-br\/docs\/faq\/faq\/markdown\/","title":{"rendered":"Markdown Cheat Sheet"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"12946\" class=\"elementor elementor-12946\" data-elementor-post-type=\"docs\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ced5631 e-con-full e-flex e-con e-parent\" data-id=\"ced5631\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef82ed5 elementor-widget elementor-widget-text-editor\" data-id=\"ef82ed5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Markdown is an easy-to-read, easy-to-write syntax for formatting plain text.<\/p><p>Applivery support markdown to simplify the writing experience and enhance the look and feel of you publications.\u00a0<\/p><p>This is intended as a quick reference and showcase. For more complete info, see<a href=\"https:\/\/daringfireball.net\/projects\/markdown\/\"> John Gruber&#8217;s original spec<\/a> and the Github-flavored Markdown info page.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75d340a elementor-widget elementor-widget-heading\" data-id=\"75d340a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Basic sintax<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6bc689 elementor-widget elementor-widget-text-editor\" data-id=\"d6bc689\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>These are the elements outlined in John Gruber\u2019s original design document. All Markdown applications support these elements.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfec0e3 elementor-widget elementor-widget-heading\" data-id=\"bfec0e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Headings<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8bdb8e elementor-widget elementor-widget-code-highlight\" data-id=\"a8bdb8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp># H1\n## H2\n### H3\n#### H4\n##### H5\n###### H6<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5909e0f elementor-widget elementor-widget-text-editor\" data-id=\"5909e0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h1>H1<\/h1><h2>H2<\/h2><h3>H3<\/h3><h4>H4<\/h4><h5>H5<\/h5><h6>H6<\/h6>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-689fb6b elementor-widget elementor-widget-heading\" data-id=\"689fb6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Emphasis<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bdc9da elementor-widget elementor-widget-code-highlight\" data-id=\"1bdc9da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>Emphasis, aka italics, with *asterisks* or _underscores_.\n\nStrong emphasis, aka bold, with **asterisks** or __underscores__.\n\nCombined emphasis with **asterisks and _underscores_**.\n\nStrikethrough uses two tildes. ~~Scratch this.~~<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27b8eaa elementor-widget elementor-widget-text-editor\" data-id=\"27b8eaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Emphasis, aka italics, with <em>asterisks<\/em> or <em>underscores<\/em>.<\/p><p>Strong emphasis, aka bold, with <strong>asterisks<\/strong> or <strong>underscores<\/strong>.<\/p><p>Combined emphasis with <strong>asterisks<\/strong> <strong>and<\/strong> <em><strong>underscores<\/strong><\/em>.<\/p><p>Strikethrough uses two tildes. <span style=\"text-decoration: line-through;\">Scratch this<\/span>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63f9deb elementor-widget elementor-widget-heading\" data-id=\"63f9deb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Horizontal Rules<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae3e067 elementor-widget elementor-widget-code-highlight\" data-id=\"ae3e067\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>___\n\n---\n\n***<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-375e9de elementor-widget elementor-widget-text-editor\" data-id=\"375e9de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<hr><br\/>\n<hr><br\/>\n<hr><br\/>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-151c950 elementor-widget elementor-widget-heading\" data-id=\"151c950\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lists<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-220ee34 elementor-widget elementor-widget-code-highlight\" data-id=\"220ee34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>1. First ordered list item\n2. Another item\n\u22c5\u22c5* Unordered sub-list. \n1. Actual numbers don't matter, just that it's a number\n\u22c5\u22c51. Ordered sub-list\n4. And another item.\n\n\u22c5\u22c5\u22c5You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown).\n\n\u22c5\u22c5\u22c5To have a line break without a paragraph, you will need to use two trailing spaces.\u22c5\u22c5\n\u22c5\u22c5\u22c5Note that this line is separate, but within the same paragraph.\u22c5\u22c5\n\u22c5\u22c5\u22c5(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)\n\n* Unordered list can use asterisks\n- Or minuses\n+ Or pluses<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-606abe6 elementor-widget elementor-widget-text-editor\" data-id=\"606abe6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol>\n \t<li>First ordered list item<\/li>\n \t<li>Another item\n<ul>\n \t<li>Unordered sub-list.<\/li>\n<\/ul>\n<\/li>\n \t<li>Actual numbers don&#8217;t matter, just that it&#8217;s a number\n<ol>\n \t<li>Ordered sub-list<\/li>\n<\/ol>\n<\/li>\n \t<li>And another item.<\/li>\n<\/ol>\n<p style=\"padding-left: 40px;\">\nYou can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we&#8217;ll use three here to also align the raw Markdown).<\/p>\n<ul>\n \t<li>Unordered list can use asterisks<\/li>\n \t<li>Or minuses<\/li>\n \t<li>Or pluses<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f90fc elementor-widget elementor-widget-heading\" data-id=\"c1f90fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Links<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e473a60 elementor-widget elementor-widget-code-highlight\" data-id=\"e473a60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>[I'm an inline-style link](https:\/\/www.google.com)\n\n[I'm an inline-style link with title](https:\/\/www.google.com \"Google's Homepage\")\n\nURLs and URLs in angle brackets will automatically get turned into links. \nhttp:\/\/www.example.com or <http:\/\/www.example.com> and sometimes \nexample.com (but not on Github, for example).<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00bfd40 elementor-widget elementor-widget-text-editor\" data-id=\"00bfd40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/www.google.com\">I&#8217;m an inline-style link<\/a><\/p><p><a title=\"Google's Homepage\" href=\"https:\/\/www.google.com\">I&#8217;m an inline-style link with title<\/a><\/p><p>URLs and URLs in angle brackets will automatically get turned into links. <a href=\"http:\/\/www.example.com\/\">http:\/\/www.example.com<\/a> or http:\/\/www.example.com and sometimes example.com (but not on Github, for example).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d23b13 elementor-widget elementor-widget-heading\" data-id=\"5d23b13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Images<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7891713 elementor-widget elementor-widget-code-highlight\" data-id=\"7891713\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>Here's our logo (hover to see the title text):\n\nInline-style: \n![alt text](https:\/\/github.com\/adam-p\/markdown-here\/raw\/master\/src\/common\/images\/icon48.png \"Logo Title Text 1\")<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-723a077 elementor-widget elementor-widget-text-editor\" data-id=\"723a077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Here&#8217;s our logo (hover to see the title text):<\/p><p>Inline-style: <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-12958\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2022\/05\/icon48.png\" alt=\"\" width=\"48\" height=\"48\" \/><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2542d38 elementor-widget elementor-widget-heading\" data-id=\"2542d38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Code and Syntax Highlighting<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f447814 elementor-widget elementor-widget-text-editor\" data-id=\"f447814\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Code blocks are part of the Markdown spec, but syntax highlighting isn&#8217;t.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b233f1 elementor-widget elementor-widget-code-highlight\" data-id=\"5b233f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>Inline `code` has `back-ticks around` it.<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-866192b elementor-widget elementor-widget-text-editor\" data-id=\"866192b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Inline <code>code<\/code> has <code>back-ticks around<\/code> it.<\/p><p>Blocks of code are either fenced by lines with three back-ticks <code>```<\/code>, or are indented with four spaces. I recommend only using the fenced code blocks &#8212; they&#8217;re easier and only they support syntax highlighting.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2baa39a elementor-widget elementor-widget-code-highlight\" data-id=\"2baa39a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>```javascript\nvar s = \"JavaScript syntax highlighting\";\nalert(s);\n```\n \n```python\ns = \"Python syntax highlighting\"\nprint s\n```\n \n```\nNo language indicated, so no syntax highlighting. \nBut let's throw in a <b>tag<\/b>.\n```<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f2cbcc elementor-widget elementor-widget-code-highlight\" data-id=\"7f2cbcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>var s = \"JavaScript syntax highlighting\";\nalert(s);<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30001e7 elementor-widget elementor-widget-code-highlight\" data-id=\"30001e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>s = \"Python syntax highlighting\"\nprint s<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d389f55 elementor-widget elementor-widget-code-highlight\" data-id=\"d389f55\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>No language indicated, so no syntax highlighting in Markdown Here (varies on Github). \nBut let's throw in a <b>tag<\/b>.<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d29af elementor-widget elementor-widget-heading\" data-id=\"a6d29af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Blockquotes<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33c20b8 elementor-widget elementor-widget-code-highlight\" data-id=\"33c20b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-markup \">\n\t\t\t\t<code readonly=\"true\" class=\"language-markup\">\n\t\t\t\t\t<xmp>> Blockquotes are very handy in email to emulate reply text.\n> This line is part of the same quote.\n\nQuote break.\n\n> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. <\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba11d37 elementor-widget elementor-widget-text-editor\" data-id=\"ba11d37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<blockquote>Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.<\/blockquote>\n\nQuote break.\n\n<blockquote>This is a very long line that will still be quoted properly when it wraps. Oh boy let&#8217;s keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.<\/blockquote>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Learn more about markdown support in Applivery and how you can use it to improve your publications.<\/p>\n","protected":false},"author":1,"featured_media":5047,"parent":5057,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"content-type":"","inline_featured_image":false,"footnotes":""},"product":[],"doc_category":[74],"doc_tag":[],"class_list":["post-12946","docs","type-docs","status-publish","format-standard","has-post-thumbnail","hentry","doc_category-faq"],"aioseo_notices":[],"year_month":"2026-05","word_count":727,"total_views":"1516","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"applivery","author_nicename":"applivery","author_url":"https:\/\/www.applivery.com\/pt-br\/blog\/author\/applivery\/"},"doc_category_info":[{"term_name":"FAQ","term_url":"https:\/\/www.applivery.com\/docs\/faq\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/12946","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/comments?post=12946"}],"version-history":[{"count":5,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/12946\/revisions"}],"predecessor-version":[{"id":28128,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/12946\/revisions\/28128"}],"up":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/5057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/media\/5047"}],"wp:attachment":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/media?parent=12946"}],"wp:term":[{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/product?post=12946"},{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/doc_category?post=12946"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/doc_tag?post=12946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}