<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">

<title>Rentry.co - Markdown Pastebin</title>
<link rel="canonical" href="https://rentry.co/" />

<meta name="description" content="Markdown pastebin service with preview, custom urls and editing. Fast, simple and free.">
<meta name="keywords" content="pastebin, markdown, publishing, markdown pastebin, markdown from command line">

<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Markdown pastebin service with preview, custom urls and editing." />
<meta name="twitter:title" content="Rentry.co - Markdown Pastebin" />
<meta name="twitter:site" content="@rentry_co" />
<meta name="twitter:image" content="https://rentry.co/static/icons/512.png" />

<meta property="og:url" content="https://rentry.co/" />
<meta property="og:title" content="Rentry.co - Markdown Pastebin" />
<meta property="og:description" content="Markdown pastebin service with preview, custom urls and editing." />
<meta property="og:image" content="https://rentry.co/static/icons/512.png" />
<meta property="og:type" content="website" />

<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2, user-scalable=1" />

<link rel="stylesheet" href="https://rentry.co/static/css/bootstrap.min.css?v=55">
<link rel="manifest" href="https://rentry.co/static/manifest.json?v=8">

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102083007-1"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-102083007-1');

</script>
</head>

<body class="m-0 p-0">

<div class="container container-smooth">
<div class="row no-gutters">

<div class="col-12" style="display: flex; min-height: 100vh; max-height: 100vh">
<form id="entry-form" class="long-words-overflow-y" action="" method="post" style="display: flex; flex: 1 0; flex-direction: column;">

<input type="hidden" name="csrfmiddlewaretoken" value="gRaQ0Dqn7lSxgGuO6cMMsZhQ5VNsG0Rm7rik6QPSCERsDCnkEqsPI971nBaanQLY">
<div role="tabpanel" class="my-2 flex-tab" style="display: flex; flex: 1 0; flex-direction: column; min-height: 15em">
<div class="text-danger messages"></div>

<ul class="nav nav-tabs squared" id="textTab" role="tablist">
<li class="nav-item" style="background-color: #F3F4F6">
<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>
</li>

<li class="nav-item" style="background-color: #F3F4F6">
<a class="nav-link squared text-muted px-3" id="preview-tab" data-toggle="tab" href="#preview" role="tab" aria-controls="preview">Preview</a>
</li>

<li class="nav-item" style="background-color: #F3F4F6">
<a class="nav-link squared text-muted px-3" id="how-tab" data-toggle="tab" href="#how" role="tab" aria-controls="preview">How</a>
</li>
</ul>

<div class="markdownx" style="display: flex; flex: 1 0; min-height: 0;">

<div>
<div style="position: absolute; width: 100%; z-index: 1">
<div class="progress">
<div class="bg-primary" id="progressBar"></div>
</div>
</div>
</div>

<div class="tab-content long-words" id="textTabContent" style="display: flex; flex: 1 0; min-height: 0;">

<div role="tabpanel" class="tab-pane fade show active" id="text" aria-labelledby="text-tab" style="flex: 1 0;">
<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>
</div>

<div class="tab-pane fade" id="preview" role="tabpanel" aria-labelledby="preview-tab" style="flex: 1 0; flex-direction: column; overflow-y: auto;">
<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>
</div>

<div class="tab-pane fade" id="how" role="tabpanel" aria-labelledby="how-tab" style="flex: 1 0; flex-direction: column; overflow-y: auto;">
<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;">
<table class="ntable mtable cheatsheet">
<thead>
<tr class="text-center">
<th class="bg-transparent">What you type</th>
<th class="bg-transparent">What will be published</th>
</tr>
</thead>
<tbody>
<tr>
<td>

Header 1<br>

Header 2<br><br>

<span class="text-muted">And so on up to 6.</span>
</td>
<td>
<p id="header-1" class="p-0 m-0 text-center h3">Header 1</p>
<p id="header-2" class="p-2 pt-3 m-0 h4">Header 2</p>
<p id="another-2" class="d-none">Another 2</p>
<p id="another-1" class="d-none">Another 1</p>
</td>
</tr>
<tr>
<td>
<span class="text-muted">Return once starts a new line.<br>Return twice (blank line) starts a new paragraph.</span><br>
</td>
<td></td>
</tr>
<tr>
<td>
Italics<br>
Bold<br>
Strikeout
</td>
<td>
<i>Italics</i><br>
<b>Bold</b><br>
<del>Strikeout</del>
</td>
</tr>
<tr>
<td>
-> Centered text <-<br>
-> Right-aligned -><br><br>
<span class="text-muted">Also works for images and ### -> Headers <-</span>
<br>
</td>
<td>
<span class="md-center">Centered text</span>
<span class="md-right">Right-aligned</span>
</td>
</tr>
<tr>
<td>
[TOC]<br><br>
<span class="text-muted">Generates Table of Contents from # Headers.<br>
[TOC2] - From h2 to h6.<br>
[TOC3] - From h3 to h6, and so on up to 6.
</span>
</td>
<td>
<div class="toc">
<ol>
<li><a href="#header-1">Header 1</a>
<ol>
<li><a href="#header-2">Header 2</a></li>
<li><a href="#another-2">Another 2</a></li>
</ol>
</li>
<li><a href="#another-1">Another 1</a></li>
</ol>
</div>
</td>
</tr>
<tr>
<td>

  • Bulleted list item a<br>
  • Bulleted list item b<br>
        - Nested item b1<br><br>
    <span class="text-muted">Nested lists use 4 spaces or 1 tab.</span><br><br>
    <span class="text-muted">An asterisk (*) can be used instead of a dash.</span>
    </td>
    <td>

<ul>
<li class="mt-0">Bulleted list item a</li>
<li>Bulleted list item b<ul>
<li>Nested item b1</li>
</ul>
</li>
</ul>
</td>
</tr>
<tr>
<td>

  1. Numbered list item<br>
  2. Numbered list item<br>
        1. Nested list item<br>
        2. Nested list item
    </td>
    <td>
    <ol>
    <li class="mt-0">Numbered list item</li>
    <li>Numbered list item<ol>
    <li>Nested list item</li>
    <li>Nested list item</li>
    </ol>
    </li>
    </ol>
    </td>
    </tr>
    <tr>
    <td>
  • Checkbox 1<br>
  • Checkbox 2<br>
    </td>
    <td>
    <ul class="task-list">
    <li class="mt-0"><input type="checkbox" disabled> Checkbox 1</li>
    <li><input type="checkbox" disabled checked> Checkbox 2</li>
    </ul>
    </td>
    </tr>
    <tr>
    <td>
    >> How to use quotes in Markdown?<br>
    > Just prepend text with >
    </td>
    <td>
    <blockquote>
    <blockquote>
    <p>How to use quotes in Markdown?</p>
    </blockquote>
    <p>Just prepend text with ></p>
    </blockquote>
    </td>
    </tr>
    <tr>
    <td>
    python<br> s = "Tripple backticks ( ) generate code block"<br>
    print(s)<br>
    <br><br> <span class="text-muted">For the list of supported languages see <a href="/langs">the langs page</a>.</span> </td> <td> <table class="highlighttable mt-0"> <tbody> <tr> <td class="linenos border-0 p-0"> <div class="linenodiv"> <pre><a href="#L-1-1">1</a><br><a href="#L-1-2">2</a></pre> </div> </td> <td class="code border-0 p-0"> <div class="highlight"> <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>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    Single backtick generates inline code
    </td>
    <td>
    Single backtick generates <code>inline code</code>
    </td>
    </tr>
    <tr>
    <td>
    *<br><br>
    <span class="text-muted">Horizontal rule, <hr></span>
    </td>
    <td>
    <hr>
    </td>
    </tr>
    <tr>
    <td>
    *not italics*<br><br>
    <span class="text-muted">To produce a literal asterisk or any symbol used in Markdown, use backslash to escape it.</span>
    </td>
    <td>
    not italics

    </td>
    </tr>
    <tr>
    <td>
    First Header | Second Header<br>
    -- | --<br>
    Content Cell | Content Cell<br>
    Content Cell | Content Cell
    </td>
    <td>
    <table class="ntable">
    <thead>
    <tr>
    <th>First Header</th>
    <th>Second Header</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td>Content Cell</td>
    <td>Content Cell</td>
    </tr>
    <tr>
    <td>Content Cell</td>
    <td>Content Cell</td>
    </tr>
    </tbody>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    Autolinks:<br>
    https://rentry.co/ or rentry.co
    </td>
    <td>
    Autolinks:<br>
    <a href="https://rentry.co/">https://rentry.co/</a> or <a href="http://rentry.co/">rentry.co</a><br>
    </td>
    </tr>
    <tr>
    <td>
    Link description:<br>
    Markdown pastebin<br><br>
    <span class="text-muted">Be sure to include the "http(s)://" part of the link.</span>
    </td>
    <td>
    Link description:<br>
    <a href="https://rentry.co">Markdown pastebin</a><br>
    </td>
    </tr>
    <tr>
    <td>
    Image description<br><br>
    <span class="text-muted">Be sure to include direct link to the image.</span>
    </td>
    <td>
    <img alt="Image description" title="Image description" src="https://rentry.co/static/raccoon.webp">
    </td>
    </tr>
    </tbody>
    </table>

</div>
</div>

</div>
</div>
</div>

<fieldset>
<div class="text-danger messages float-right"></div>
<div class="text-danger messages float-right"></div>
</fieldset>
<fieldset>
<div class="code-url row float-right no-gutters">
<div class="col-6 no-gutters">
<div class="mr-1">
<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="">
</div>
</div>
<div class="col-6 no-gutters">
<div class="ml-1">
<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="">
</div>
</div>
</div>
<button type="submit" id="submitButton" class="btn btn-light squared mr-2 mb-2 float-left">Go</button>
</fieldset>
<div class="text-center w-100 mb-2">
<hr class="my-2 basement-hr">
<a class="mr-1" href="https://rentry.co/">new</a>·<a class="mx-1" href="https://rentry.co/what">what</a>·<a class="mx-1" href="https://rentry.co/how">how</a>·<a class="ml-1" href="https://rentry.co/langs">langs</a>

<br>
<h1 style="font-size: 11px" class="mb-0 mt-2 p-0 text-muted no-pointer font-weight-normal">Rentry.co - Markdown Pastebin</h1>
</div>
</form>
</div>

</div>
</div>

<script src="https://rentry.co/static/js/jquery.min.js?v=8"></script>
<script src="https://rentry.co/static/js/bootstrap.min.js?v=8"></script>

<script src="https://rentry.co/static/markdownx/markdownx.min.js?v=10"></script>
<script src="https://rentry.co/static/codemirror/lib/codemirror.min.js?v=10"></script>
<script src="https://rentry.co/static/codemirror/addon/mode/overlay.min.js?v=10"></script>
<script src="https://rentry.co/static/codemirror/mode/markdown/markdown.min.js?v=10"></script>
<script src="https://rentry.co/static/codemirror/mode/gfm/gfm.min.js?v=10"></script>
<script src="https://rentry.co/static/js/custom.min.js?v=13"></script>

</body>

</html>

https://rentry.org/

Edit Report
Pub: 26 Sep 2020 21:50 UTC
Views: 319