It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://rentry.co

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    
  7. <title>Rentry.co - Markdown Pastebin</title>
  8. <link rel="canonical" href="https://rentry.co/" />
  9.  
  10.    
  11.    <meta name="description" content="Markdown pastebin service with preview, custom urls and editing. Fast, simple and free.">
  12.    <meta name="keywords" content="pastebin, markdown, publishing, markdown pastebin, markdown from command line">
  13.  
  14.    <meta name="twitter:card" content="summary" />
  15.    <meta name="twitter:description" content="Markdown pastebin service with preview, custom urls and editing." />
  16.    <meta name="twitter:title" content="Rentry.co - Markdown Pastebin" />
  17.    <meta name="twitter:site" content="@rentry_co" />
  18.    <meta name="twitter:image" content="https://rentry.co/static/icons/512.png" />
  19.  
  20.    <meta property="og:url" content="https://rentry.co/" />
  21.    <meta property="og:title" content="Rentry.co - Markdown Pastebin" />
  22.    <meta property="og:description" content="Markdown pastebin service with preview, custom urls and editing." />
  23.    <meta property="og:image" content="https://rentry.co/static/icons/270.png" />
  24.    <meta property="og:type" content="website" />
  25.    
  26.    <meta name="referrer" content="strict-origin-when-cross-origin" />
  27.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=1" />
  28.  
  29.    <link rel="stylesheet" href="/static/css/bootstrap.min.css?v=85">
  30.    <link rel="manifest" href="/static/manifest.json?v=8">
  31.  
  32.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-LLFSDKZXET"></script>
  33.    <script>
  34.      window.dataLayer = window.dataLayer || [];
  35.      function gtag(){dataLayer.push(arguments);}
  36.      gtag('js', new Date());
  37.  
  38.      gtag('config', 'G-LLFSDKZXET');
  39.    </script>
  40.  
  41.    <script>document.documentElement.classList.toggle("dark-mode", (localStorage.getItem("dark-mode") === null && window.matchMedia("(prefers-color-scheme: dark)").matches || localStorage.getItem("dark-mode") == "true"));</script>
  42.    <script>const script = document.createElement("script"); const hn = window.location.hostname === 'rentry.org' && 'rentry.org' || 'rentry.co'; script.defer = true; script.setAttribute('data-domain', hn + ',rentry'); document.head.appendChild(script);</script>
  43.  
  44.    
  45.    
  46. </head>
  47.  
  48. <body class="m-0 p-0">
  49.  
  50.    <div class="container container-smooth">
  51.        <div class="row no-gutters">
  52.            
  53. <div class="col-12" style="display: flex; min-height: 100vh; max-height: 100vh">
  54.    <form id="entry-form" class="long-words-overflow-y" action="" method="post" style="display: flex; flex: 1 0; flex-direction: column;">
  55.        
  56.  
  57.        <input type="hidden" name="csrfmiddlewaretoken" value="DOUWxcxcAeaCnTMzijSOrJQnQrS6MqYzeuPbZYfx9l0UNpJQIpLdwffqirhulDhQ">
  58. <div role="tabpanel" class="my-2 flex-tab" style="display: flex; flex: 1 0; flex-direction: column; min-height: 15em">
  59.    <div class="text-danger messages"></div>
  60.  
  61.    <ul class="nav nav-tabs squared" id="textTab" role="tablist">
  62.        <li class="nav-item" style="background-color: #F3F4F6">
  63.            <a class="nav-link active squared text-muted px-3" id="text-tab" data-toggle="tab" href="#text" role="tab" aria-controls="text" aria-expanded="true">Text</a>
  64.        </li>
  65.  
  66.        <li class="nav-item" style="background-color: #F3F4F6">
  67.            <a class="nav-link squared text-muted px-3" id="preview-tab" data-toggle="tab" href="#preview" role="tab" aria-controls="preview">Preview</a>
  68.        </li>
  69.  
  70.        <li class="nav-item" style="background-color: #F3F4F6">
  71.            <a class="nav-link squared text-muted px-3" id="how-tab" data-toggle="tab" href="#how" role="tab" aria-controls="preview">How</a>
  72.        </li>
  73.    </ul>
  74.  
  75.    <div class="markdownx" style="display: flex; flex: 1 0; min-height: 0;">
  76.  
  77.        <div>
  78.            <div style="position: absolute; width: 100%; z-index: 1">
  79.                <div class="progress">
  80.                    <div class="bg-primary" id="progressBar"></div>
  81.                </div>
  82.            </div>
  83.        </div>
  84.  
  85.        <div class="tab-content long-words" id="textTabContent" style="display: flex; flex: 1 0; min-height: 0;">
  86.  
  87.            <div role="tabpanel" class="tab-pane fade show active" id="text" aria-labelledby="text-tab" style="flex: 1 0;">
  88.                <textarea style="background-color: white; min-height: 100%; max-height: 100%; resize: none; max-width: 100%; min-width: 100%" class="squared markdownx-editor py-4 px-2 px-sm-4 " name="text" maxlength="200000" id="id_text" data-markdownx-upload-urls-path="/markdownx/upload/" data-markdownx-urls-path="/markdownx/markdownify/"></textarea>
  89.            </div>
  90.  
  91.            <div class="tab-pane fade" id="preview" role="tabpanel" aria-labelledby="preview-tab" style="flex: 1 0; flex-direction: column; overflow-y: auto;">
  92.                <div class="long-words markdownx-preview px-2 px-sm-4" id='preview-inner' style="background-color: white; flex: 1 0; overflow-y: auto; padding-top:0.1px; padding-bottom:0.1px"></div>
  93.            </div>
  94.  
  95.            <div class="tab-pane fade" id="how" role="tabpanel" aria-labelledby="how-tab" style="flex: 1 0; flex-direction: column; overflow-y: auto;">
  96.                <div class="long-words entry-text py-2 px-sm-4" id="how-inner" style="background-color: white; color: black; flex: 1 0; overflow-y: auto;">
  97.                    <table class="ntable mtable cheatsheet">
  98.    <thead>
  99.        <tr class="text-center">
  100.            <th class="bg-transparent">What you type</th>
  101.            <th class="bg-transparent">What will be published</th>
  102.        </tr>
  103.    </thead>
  104.    <tbody>
  105.        <tr>
  106.            <td>
  107.                # Header 1<br>
  108.                ## Header 2<br><br>
  109.                <span class="text-muted">And so on up to 6.</span>
  110.            </td>
  111.            <td>
  112.                <p id="header-1" class="p-0 m-0 text-center h3">Header 1</p>
  113.                <p id="header-2" class="p-2 pt-3 m-0 h4">Header 2</p>
  114.                <p id="another-2" class="d-none">Another 2</p>
  115.                <p id="another-1" class="d-none">Another 1</p>
  116.            </td>
  117.        </tr>
  118.        <tr>
  119.            <td>
  120.                <span class="text-muted">Return once starts a new line.<br>Return twice (blank line) starts a new paragraph.</span><br>
  121.            </td>
  122.            <td></td>
  123.        </tr>
  124.        <tr>
  125.            <td>
  126.                *Italics*<br>
  127.                **Bold**<br>
  128.                ~~Strikeout~~<br>
  129.                ==Mark==
  130.            </td>
  131.            <td>
  132.                <i>Italics</i><br>
  133.                <b>Bold</b><br>
  134.                <del>Strikeout</del><br>
  135.                <mark>Mark</mark>
  136.            </td>
  137.        </tr>
  138.        <tr>
  139.            <td>
  140.                -&gt; Centered text &lt;-<br>
  141.                -&gt; Right-aligned -&gt;<br><br>
  142.                <span class="text-muted">Also works for images and ### -&gt; Headers &lt;-</span>
  143.                <br>
  144.            </td>
  145.            <td>
  146.                <span class="md-center">Centered text</span>
  147.                <span class="md-right">Right-aligned</span>
  148.            </td>
  149.        </tr>
  150.        <tr>
  151.            <td>
  152.                [TOC]<br><br>
  153.                <span class="text-muted">Generates Table of Contents from #&nbsp;Headers.<br>
  154.                    [TOC2] - From h2 to h6.<br>
  155.                    [TOC3] - From h3 to h6, and so on up to 6.
  156.                </span>
  157.            </td>
  158.            <td>
  159.                <div class="toc">
  160.                    <ol>
  161.                        <li><a href="#header-1">Header 1</a>
  162.                            <ol>
  163.                                <li><a href="#header-2">Header 2</a></li>
  164.                                <li><a href="#another-2">Another 2</a></li>
  165.                            </ol>
  166.                        </li>
  167.                        <li><a href="#another-1">Another 1</a></li>
  168.                    </ol>
  169.                </div>
  170.            </td>
  171.        </tr>
  172.        <tr>
  173.            <td>
  174.                - Bulleted list item a<br>
  175.                - Bulleted list item b<br>
  176.                &nbsp;&nbsp;&nbsp;&nbsp;- Nested item b1<br><br>
  177.                <span class="text-muted">Nested lists use 4 spaces or 1 tab.</span><br><br>
  178.                <span class="text-muted">An asterisk (*) can be used instead of a dash.</span>
  179.            </td>
  180.            <td>
  181.  
  182.                <ul>
  183.                    <li class="mt-0">Bulleted list item a</li>
  184.                    <li>Bulleted list item b<ul>
  185.                            <li>Nested item b1</li>
  186.                        </ul>
  187.                    </li>
  188.                </ul>
  189.            </td>
  190.        </tr>
  191.        <tr>
  192.            <td>
  193.                1. Numbered list item<br>
  194.                2. Numbered list item<br>
  195.                &nbsp;&nbsp;&nbsp;&nbsp;1. Nested list item<br>
  196.                &nbsp;&nbsp;&nbsp;&nbsp;2. Nested list item
  197.            </td>
  198.            <td>
  199.                <ol>
  200.                    <li class="mt-0">Numbered list item</li>
  201.                    <li>Numbered list item<ol>
  202.                            <li>Nested list item</li>
  203.                            <li>Nested list item</li>
  204.                        </ol>
  205.                    </li>
  206.                </ol>
  207.            </td>
  208.        </tr>
  209.        <tr>
  210.            <td>
  211.                - [ ] Checkbox 1<br>
  212.                - [x] Checkbox 2<br>
  213.            </td>
  214.            <td>
  215.                <ul class="task-list">
  216.                    <li class="mt-0"><input type="checkbox" disabled> Checkbox 1</li>
  217.                    <li><input type="checkbox" disabled checked> Checkbox 2</li>
  218.                </ul>
  219.            </td>
  220.        </tr>
  221.        <tr>
  222.            <td>
  223.                &gt;&gt; How to use quotes in Markdown?<br>
  224.                &gt; Just prepend text with &gt;
  225.            </td>
  226.            <td>
  227.                <blockquote>
  228.                    <blockquote>
  229.                        <p>How to use quotes in Markdown?</p>
  230.                    </blockquote>
  231.                    <p>Just prepend text with &gt;</p>
  232.                </blockquote>
  233.            </td>
  234.        </tr>
  235.        <tr>
  236.            <td>
  237.                ``` python<br>
  238.                s = "Tripple backticks ( ``` ) generate code block"<br>
  239.                print(s)<br>
  240.                ```<br><br>
  241.                <span class="text-muted">For the list of supported languages see <a href="/langs">the langs page</a>.</span>
  242.            </td>
  243.            <td>
  244.                <table class="highlighttable mt-0">
  245.                    <tbody>
  246.                        <tr>
  247.                            <td class="linenos border-0 p-0">
  248.                                <div class="linenodiv">
  249.                                    <pre><a href="#L-1-1">1</a><br><a href="#L-1-2">2</a></pre>
  250.                                </div>
  251.                            </td>
  252.                            <td class="code border-0 p-0">
  253.                                <div class="highlight">
  254.                                    <pre><span id="L-1-1"><a name="L-1-1"></a><span class="n">s</span> <span class="o">=</span><span class="s2">"Tripple backticks ( ``` ) generate code block"</span></span><br><span id="L-1-2"><a name="L-1-2"></a><span class="k">print</span><span class="p">(</span><span class="n">s</span><span class="p">)</span></span></pre>
  255.                                </div>
  256.                            </td>
  257.                        </tr>
  258.                    </tbody>
  259.                </table>
  260.            </td>
  261.        </tr>
  262.        <tr>
  263.            <td>
  264.                Single backtick generates `inline code`
  265.            </td>
  266.            <td>
  267.                Single backtick generates <code>inline code</code>
  268.            </td>
  269.        </tr>
  270.        <tr>
  271.            <td>
  272.                ***<br><br>
  273.                <span class="text-muted">Horizontal rule, &lt;hr&gt;</span>
  274.            </td>
  275.            <td>
  276.                <hr>
  277.            </td>
  278.        </tr>
  279.        <tr>
  280.            <td>
  281.                \*not italics\*<br><br>
  282.                <span class="text-muted">To produce a literal asterisk or any symbol used in Markdown, use backslash to escape it.</span>
  283.            </td>
  284.            <td>
  285.                *not italics*
  286.            </td>
  287.        </tr>
  288.        <tr>
  289.            <td>
  290.                <pre class='p-0 text-reset' style="line-height: 1.5; font-size: 16px">
  291. Header | Header
  292. ------ | ------
  293. Cell   | Cell
  294. Cell   | Cell</pre>
  295.                <br><span class="text-muted">Columns can be aligned to the right with <code>--:</code> and centered with <code>:--:</code>.</span><br><br>
  296.                <pre class='p-0 text-reset' style="line-height: 1.5; font-size: 16px">
  297. Center | Right
  298. :----: | ----:
  299. Cell   | Cell
  300. Cell   | Cell</pre>
  301.            </td>
  302.            <td>
  303.                <table class="ntable">
  304.                    <thead>
  305.                        <tr>
  306.                            <th>Header</th>
  307.                            <th>Header</th>
  308.                        </tr>
  309.                    </thead>
  310.                    <tbody>
  311.                        <tr>
  312.                            <td>Cell</td>
  313.                            <td>Cell</td>
  314.                        </tr>
  315.                        <tr>
  316.                            <td>Cell</td>
  317.                            <td>Cell</td>
  318.                        </tr>
  319.                    </tbody>
  320.                </table>
  321.                <br><br>
  322.                <table class="ntable">
  323.                    <thead>
  324.                        <tr>
  325.                            <th style="text-align: center">Center</th>
  326.                            <th style="text-align: right">Right</th>
  327.                        </tr>
  328.                    </thead>
  329.                    <tbody>
  330.                        <tr>
  331.                            <td style="text-align: center">Cell</td>
  332.                            <td style="text-align: right">Cell</td>
  333.                        </tr>
  334.                        <tr>
  335.                            <td style="text-align: center">Cell</td>
  336.                            <td style="text-align: right">Cell</td>
  337.                        </tr>
  338.                    </tbody>
  339.                </table>
  340.            </td>
  341.        </tr>
  342.        <tr>
  343.            <td>
  344.                <pre class="text-reset p-0" style="line-height: 1.5; font-size: 16px; font-family: inherit; white-space: pre-wrap;">
  345. !!! note Admonition title
  346.    Admonition text</pre>
  347.                <br>
  348.                <span class="text-muted">Available types: <span class="text-primary">info</span>, <span class="text-success">note</span>, <span class="text-warning">warning</span>, <span class="text-danger">danger</span>.
  349.                    Defaults to warning.<br><br>
  350.                </span>
  351.                <pre class="text-reset p-0" style="line-height: 1.5; font-size: 16px; font-family: inherit; white-space: pre-wrap;">
  352. !!! info
  353.    Title or text can be skipped
  354. </pre>
  355.            </td>
  356.            <td>
  357.                <div class="admonition note">
  358.                    <p class="admonition-title">Admonition title</p>
  359.                    <p>Admonition text</p>
  360.                </div>
  361.                <div class="admonition info">
  362.                    <p>Title or text can be skipped</p>
  363.                </div>
  364.            </td>
  365.        </tr>
  366.        <tr>
  367.            <td>
  368.                Autolinks:<br>
  369.                https://rentry.co/ or rentry.co
  370.            </td>
  371.            <td>
  372.                Autolinks:<br>
  373.                <a href="https://rentry.co/">https://rentry.co/</a> or <a href="http://rentry.co/">rentry.co</a><br>
  374.            </td>
  375.        </tr>
  376.        <tr>
  377.            <td>
  378.                Link description:<br>
  379.                [Markdown pastebin](https://rentry.co)<br><br>
  380.                <span class="text-muted">Be sure to include the "http(s)://" part of the link.</span>
  381.            </td>
  382.            <td>
  383.                Link description:<br>
  384.                <a href="https://rentry.co">Markdown pastebin</a><br>
  385.            </td>
  386.        </tr>
  387.        <tr>
  388.            <td>
  389.                ![Image description](https://i.imgur.com/PYV4crq.png)<br><br>
  390.                <span class="text-muted">Be sure to include direct link to the image.</span>
  391.            </td>
  392.            <td>
  393.                <img alt="Image description" title="Image description" src="/static/raccoon.webp?v=2">
  394.            </td>
  395.        </tr>
  396.    </tbody>
  397. </table>
  398.  
  399.                </div>
  400.            </div>
  401.  
  402.        </div>
  403.    </div>
  404. </div>
  405.  
  406.        <fieldset>
  407.            <div class="text-danger messages float-right"></div>
  408.            <div class=" text-danger  messages float-right"></div>
  409.        </fieldset>
  410.        <fieldset>
  411.            <div class="code-url row float-right no-gutters">
  412.                <div class="col-6 no-gutters">
  413.                    <div class="mr-1">
  414.                        <input autocapitalize="none" type="text" class="w-100 form-control squared float-left mb-2 " name="edit_code" id="id_edit_code" placeholder="Custom edit code" aria-label="Custom edit code" maxlength="100" value="">
  415.                    </div>
  416.                </div>
  417.                <div class="col-6 no-gutters">
  418.                    <div class="ml-1">
  419.                        <input autocapitalize="none" type="text" class="w-100 form-control squared float-right ml-2 mb-2 " name="url" id="id_url" placeholder="Custom url" aria-label="Custom url" maxlength="100" value="">
  420.                    </div>
  421.                </div>
  422.            </div>
  423.            <button type="submit" id="submitButton" class="btn btn-light squared mr-2 mb-2 float-left" style="min-width: 2.8rem">Go</button>
  424.        </fieldset>
  425.        <div class="text-center w-100 mb-3">
  426.            <hr class="my-2 basement-hr">
  427.            <a class="mr-1" href="/">new</a>&middot;<a class="mx-1" href="/what">what</a>&middot;<a class="mx-1" href="/how">how</a>&middot;<a class="mx-1" href="/langs">langs</a>&middot;<a class="ml-1" href="/what#contacts">contacts</a>
  428. <div class="position-relative"><span style="right: 0; bottom: -9px; background:transparent!important" class="position-absolute btn squared mr-2 mr-sm-0" id="darkModeBtn" title="Dark/light mode"></span></div>
  429.  
  430.            <h1 style="font-size: 11px" class="mb-0 mt-2 p-0 text-muted no-pointer font-weight-normal">Rentry.co - Markdown Pastebin</h1>
  431.        </div>
  432.    </form>
  433. </div>
  434.  
  435.            
  436.            
  437.        </div>
  438.    </div>
  439.  
  440.    <script src="/static/js/jquery.min.js?v=20"></script>
  441.    <script src="/static/js/bootstrap.min.js?v=20"></script>
  442.    
  443. <script src="/static/markdownx/markdownx.min.js?v=20"></script>
  444. <script src="/static/codemirror/lib/codemirror.min.js?v=20"></script>
  445. <script src="/static/codemirror/addon/mode/overlay.min.js?v=20"></script>
  446. <script src="/static/codemirror/mode/markdown/markdown.min.js?v=20"></script>
  447. <script src="/static/codemirror/mode/gfm/gfm.min.js?v=20"></script>
  448. <script src="/static/js/custom.min.js?v=20"></script>
  449.  
  450. </body>
  451.  
  452. </html>
  453.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda