Add repl.it info to editor guide (#348)

This commit is contained in:
Andy Zhao 2018-05-24 10:42:56 -04:00 committed by Ben Halpern
parent d6c06fd4ca
commit 0db2f564bf

View file

@ -85,8 +85,10 @@
<h3><strong>RunKit Embed</strong></h3>
<p>Put executable code within a runkit liquid block, as follows:</p>
<pre><code>{% runkit %}<br>console.log("Place javascript here!"); <br>{% endrunkit %} <br></code></pre>
<code>
</code>
<h3><strong>repl.it Embed</strong></h3>
<p>All you need is the URL after the domain name:</p>
<code>{% replit @WigWog/PositiveFineOpensource %}</code>
<h3><strong>Instagram Embed</strong></h3>
<p>All you need is the Instagram post <code>id</code> from the URL.</p>