Add repl.it info to editor guide (#348)
This commit is contained in:
parent
d6c06fd4ca
commit
0db2f564bf
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue