{"id":8309432,"date":"2025-07-30T08:27:50","date_gmt":"2025-07-30T05:27:50","guid":{"rendered":"https:\/\/elementor.com\/old\/?p=8309432"},"modified":"2025-07-30T08:27:50","modified_gmt":"2025-07-30T05:27:50","slug":"markdown","status":"publish","type":"post","link":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/","title":{"rendered":"Free Online Markdown Editor &#038; Viewer"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8309429\" class=\"elementor elementor-8309429\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33aea82 e-flex e-con-boxed e-con e-parent\" data-id=\"33aea82\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb87d07 elementor-widget elementor-widget-spacer\" data-id=\"fb87d07\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b22040d elementor-widget elementor-widget-html\" data-id=\"b22040d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/marked\/marked.min.js\"><\/script>\r\n    <style>\r\n        \/* Base styles from user's reference *\/\r\n        body {\r\n            font-family: 'DM Sans', sans-serif;\r\n           \r\n        }\r\n\r\n        .html-viewer-app {\r\n            width: 100%;\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 20px;\r\n            background: transparent;\r\n            overflow: visible;\r\n            position: relative;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .main-content {\r\n            display: flex;\r\n            gap: 20px;\r\n            height: 70vh;\r\n            min-height: 500px;\r\n            position: relative;\r\n            align-items: stretch;\r\n            justify-content: center;\r\n        }\r\n\r\n        .input-section, .output-section {\r\n            flex: 1;\r\n            min-width: 0;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            border: 1px solid #EBEBEB;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        .section-header {\r\n            background-color: #05047E;\r\n            color: white;\r\n            padding: 12px 20px;\r\n            font-weight: 400;\r\n            font-size: 1.125rem;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .textarea-container, .output-container {\r\n            flex-grow: 1;\r\n            position: relative;\r\n            background-color: #ffffff;\r\n            overflow: auto;\r\n        }\r\n\r\n        .code-textarea {\r\n            width: 100%;\r\n            height: 100%;\r\n            border: none;\r\n            outline: none;\r\n            padding: 15px;\r\n            font-family: 'Courier New', monospace;\r\n            font-size: 14px;\r\n            line-height: 1.6;\r\n            background-color: transparent;\r\n            resize: none;\r\n            color: #333;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        \/* Styling for the rendered HTML output *\/\r\n        .output-html {\r\n            padding: 15px 25px;\r\n            line-height: 1.7;\r\n            color: #333;\r\n        }\r\n        .output-html h1, .output-html h2, .output-html h3 {\r\n            margin-top: 24px;\r\n            margin-bottom: 16px;\r\n            font-weight: 600;\r\n            border-bottom: 1px solid #eee;\r\n            padding-bottom: 8px;\r\n        }\r\n        .output-html h1 { font-size: 2em; }\r\n        .output-html h2 { font-size: 1.5em; }\r\n        .output-html h3 { font-size: 1.2em; }\r\n        .output-html p { margin: 0 0 16px; }\r\n        .output-html ul, .output-html ol { padding-left: 20px; }\r\n        .output-html code {\r\n            background-color: #f6f8fa;\r\n            border-radius: 3px;\r\n            padding: 0.2em 0.4em;\r\n            font-family: 'Courier New', monospace;\r\n            font-size: 85%;\r\n        }\r\n        .output-html pre {\r\n            background-color: #f6f8fa;\r\n            border-radius: 6px;\r\n            padding: 16px;\r\n            overflow: auto;\r\n        }\r\n        .output-html pre code {\r\n            padding: 0;\r\n            background: none;\r\n        }\r\n        .output-html blockquote {\r\n            padding: 0 1em;\r\n            color: #6a737d;\r\n            border-left: 0.25em solid #dfe2e5;\r\n            margin-left: 0;\r\n            margin-right: 0;\r\n        }\r\n        .output-html table {\r\n            border-collapse: collapse;\r\n            width: 100%;\r\n            margin-bottom: 16px;\r\n        }\r\n        .output-html th, .output-html td {\r\n            border: 1px solid #dfe2e5;\r\n            padding: 8px;\r\n        }\r\n        .output-html th {\r\n            font-weight: 600;\r\n            background-color: #f6f8fa;\r\n        }\r\n        \r\n        \/* Tool buttons styling *\/\r\n        .tool-buttons {\r\n            display: flex;\r\n            gap: 15px;\r\n            justify-content: center;\r\n            padding: 20px 0;\r\n        }\r\n\r\n        .copy-btn, .reset-btn {\r\n            background-color: rgb(255, 255, 255);\r\n            color: black;\r\n            border: 1px solid #ddd;\r\n            padding: 10px 20px;\r\n            border-radius: 6px;\r\n            cursor: pointer;\r\n            font-size: 1rem;\r\n            font-weight: 500;\r\n            transition: background-color 0.2s;\r\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\r\n        }\r\n        .copy-btn:hover, .reset-btn:hover {\r\n            background-color: #f6f6f6;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .main-content {\r\n                flex-direction: column;\r\n                height: auto;\r\n            }\r\n            .input-section, .output-section {\r\n                min-height: 400px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n\r\n    <div class=\"html-viewer-app\">\r\n        <div class=\"main-content\">\r\n            <!-- Markdown Input Section -->\r\n            <div class=\"input-section\">\r\n                <div class=\"section-header\">Markdown<\/div>\r\n                <div class=\"textarea-container\">\r\n                    <textarea id=\"markdownInput\" class=\"code-textarea\" placeholder=\"Type your Markdown here...\"><\/textarea>\r\n                <\/div>\r\n            <\/div>\r\n            <!-- HTML Output Section -->\r\n            <div class=\"output-section\">\r\n                <div class=\"section-header\">Preview<\/div>\r\n                <div class=\"output-container\">\r\n                    <div id=\"htmlOutput\" class=\"output-html\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"tool-buttons\">\r\n            <button id=\"copyHtmlBtn\" class=\"copy-btn\">Copy HTML<\/button>\r\n            <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ --- DOM Elements ---\r\n        const markdownInput = document.getElementById('markdownInput');\r\n        const htmlOutput = document.getElementById('htmlOutput');\r\n        const copyHtmlBtn = document.getElementById('copyHtmlBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n\r\n        \/\/ --- Initial Placeholder Content ---\r\n        const placeholderText = `# Welcome to the Markdown Viewer!\r\n\r\n## This is a real-time preview\r\nType your Markdown in the left panel, and see the rendered HTML on the right.\r\n\r\n### Features\r\n- **Lists:**\r\n  - Unordered lists are easy.\r\n  - Just use hyphens or asterisks.\r\n- **Ordered Lists:**\r\n  1. First item.\r\n  2. Second item.\r\n\r\n- **Text Formatting:** You can have *italic*, **bold**, or \\`inline code\\`.\r\n\r\n> This is a blockquote. It's great for highlighting important information.\r\n\r\n\\`\\`\\`javascript\r\n\/\/ Here's a code block\r\nfunction greet(name) {\r\n  console.log(\"Hello, \" + name + \"!\");\r\n}\r\ngreet(\"World\");\r\n\\`\\`\\`\r\n`;\r\n\r\n        \/\/ --- Functions ---\r\n\r\n        \/**\r\n         * Converts Markdown text to HTML and renders it in the preview pane.\r\n         *\/\r\n        function renderMarkdown() {\r\n            const markdownText = markdownInput.value;\r\n            \/\/ Using marked.js to convert markdown to HTML. It sanitizes by default.\r\n            htmlOutput.innerHTML = marked.parse(markdownText);\r\n        }\r\n\r\n        \/**\r\n         * Copies the generated HTML from the preview pane to the clipboard.\r\n         *\/\r\n        function copyHtml() {\r\n            const htmlToCopy = htmlOutput.innerHTML;\r\n            navigator.clipboard.writeText(htmlToCopy).then(() => {\r\n                \/\/ Provide user feedback\r\n                const originalText = copyHtmlBtn.textContent;\r\n                copyHtmlBtn.textContent = 'Copied!';\r\n                setTimeout(() => {\r\n                    copyHtmlBtn.textContent = originalText;\r\n                }, 2000);\r\n            }).catch(err => {\r\n                console.error('Failed to copy HTML: ', err);\r\n                alert('Could not copy HTML. Please try again.');\r\n            });\r\n        }\r\n\r\n        \/**\r\n         * Clears the input and output areas.\r\n         *\/\r\n        function resetTool() {\r\n            markdownInput.value = '';\r\n            renderMarkdown();\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n        markdownInput.addEventListener('input', renderMarkdown);\r\n        copyHtmlBtn.addEventListener('click', copyHtml);\r\n        resetBtn.addEventListener('click', resetTool);\r\n\r\n        \/\/ --- Initialization ---\r\n        function initialize() {\r\n            markdownInput.value = placeholderText;\r\n            renderMarkdown();\r\n        }\r\n\r\n        initialize();\r\n\r\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2024235,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[485],"tags":[788],"class_list":["post-8309432","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Free Online Markdown Editor &amp; Viewer | Live Preview<\/title>\n<meta name=\"description\" content=\"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free Online Markdown Editor &amp; Viewer | Live Preview\" \/>\n<meta property=\"og:description\" content=\"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\" \/>\n<meta property=\"og:site_name\" content=\"Elementor\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/elemntor\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-30T05:27:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2022\/02\/HP.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@elemntor\" \/>\n<meta name=\"twitter:site\" content=\"@elemntor\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"itamarha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\"},\"author\":{\"name\":\"itamarha\",\"@id\":\"https:\/\/elementor.com\/old\/es\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0\"},\"headline\":\"Free Online Markdown Editor &#038; Viewer\",\"datePublished\":\"2025-07-30T05:27:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/#organization\"},\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\",\"url\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\",\"name\":\"Free Online Markdown Editor & Viewer | Live Preview\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/#website\"},\"datePublished\":\"2025-07-30T05:27:50+00:00\",\"description\":\"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/old\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free Online Markdown Editor &#038; Viewer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/old\/es\/#website\",\"url\":\"https:\/\/elementor.com\/old\/es\/\",\"name\":\"Elementor\",\"description\":\"Website Builder\",\"publisher\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/#organization\"},\"alternateName\":\"Elementor Website Builder\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/old\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/elementor.com\/old\/es\/#organization\",\"name\":\"Elementor Website Builder\",\"url\":\"https:\/\/elementor.com\/old\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/elementor.com\/old\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg\",\"contentUrl\":\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg\",\"width\":120,\"height\":120,\"caption\":\"Elementor Website Builder\"},\"image\":{\"@id\":\"https:\/\/elementor.com\/old\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/elemntor\",\"https:\/\/x.com\/elemntor\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/old\/es\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0\",\"name\":\"itamarha\",\"url\":\"https:\/\/elementor.com\/old\/es\/author\/itamarha\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free Online Markdown Editor & Viewer | Live Preview","description":"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.","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:\/\/elementor.com\/old\/es\/tools\/markdown\/","og_locale":"es_ES","og_type":"article","og_title":"Free Online Markdown Editor & Viewer | Live Preview","og_description":"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.","og_url":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/","og_site_name":"Elementor","article_publisher":"https:\/\/www.facebook.com\/elemntor","article_published_time":"2025-07-30T05:27:50+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2022\/02\/HP.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@elemntor","twitter_site":"@elemntor","twitter_misc":{"Escrito por":"itamarha","Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/"},"author":{"name":"itamarha","@id":"https:\/\/elementor.com\/old\/es\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0"},"headline":"Free Online Markdown Editor &#038; Viewer","datePublished":"2025-07-30T05:27:50+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/"},"wordCount":7,"publisher":{"@id":"https:\/\/elementor.com\/old\/es\/#organization"},"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/","url":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/","name":"Free Online Markdown Editor & Viewer | Live Preview","isPartOf":{"@id":"https:\/\/elementor.com\/old\/es\/#website"},"datePublished":"2025-07-30T05:27:50+00:00","description":"A fast and free online Markdown editor with a live preview. Write, edit, and view your Markdown code in real-time. Perfect for developers, writers, and students.","breadcrumb":{"@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/old\/es\/tools\/markdown\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/old\/es\/tools\/markdown\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/old\/es\/"},{"@type":"ListItem","position":2,"name":"Free Online Markdown Editor &#038; Viewer"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/old\/es\/#website","url":"https:\/\/elementor.com\/old\/es\/","name":"Elementor","description":"Website Builder","publisher":{"@id":"https:\/\/elementor.com\/old\/es\/#organization"},"alternateName":"Elementor Website Builder","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/old\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/elementor.com\/old\/es\/#organization","name":"Elementor Website Builder","url":"https:\/\/elementor.com\/old\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/elementor.com\/old\/es\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg","contentUrl":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg","width":120,"height":120,"caption":"Elementor Website Builder"},"image":{"@id":"https:\/\/elementor.com\/old\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/elemntor","https:\/\/x.com\/elemntor"]},{"@type":"Person","@id":"https:\/\/elementor.com\/old\/es\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0","name":"itamarha","url":"https:\/\/elementor.com\/old\/es\/author\/itamarha\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/posts\/8309432","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/users\/2024235"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/comments?post=8309432"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/posts\/8309432\/revisions"}],"predecessor-version":[{"id":8309953,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/posts\/8309432\/revisions\/8309953"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/media?parent=8309432"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/categories?post=8309432"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/old\/es\/wp-json\/wp\/v2\/tags?post=8309432"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}