Add Glitch and GitHub to editor guide (#359)
* Take darker of user colors * Modify editor guide * Glitch project embed
This commit is contained in:
parent
a6cc5e4669
commit
2264cdcf16
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue