Add Glitch and GitHub to editor guide (#359)

* Take darker of user colors

* Modify editor guide

* Glitch project embed
This commit is contained in:
Ben Halpern 2018-05-29 15:58:43 -04:00 committed by GitHub
parent a6cc5e4669
commit 2264cdcf16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,14 @@
<p>Using the Twitter Liquid tag will allow the tweet to pre-render from the server, providing your reader with a better experience. All you need is the tweet <code>id</code> from the url.</p>
<code>{% twitter 834439977220112384 %}</code>
<h3><strong>Glitch embed</strong></h3>
<p>Use the glitch project slug</p>
<code>{% glitch earthy-course %}</code>
<h3><strong>GitHub Repo Embed</strong></h3>
<p>Use the GitHub username and repo name like this:</p>
<code>{% github thepracticaldev/dev.to_core %}</code>
<h3><strong>GitHub Issue or Comment Embed</strong></h3>
<p>All you need is the GitHub issue or comment URL:</p>
<code>{% github https://github.com/thepracticaldev/dev.to/issues/9 %}</code>