Add user liquid tag to editor guide (#379)

Added the DEV user embed instructions to the editor guide
This commit is contained in:
Peter Frank 2018-08-17 10:49:11 -04:00 committed by Ben Halpern
parent 14fb6e4a8d
commit 2419c6c335

View file

@ -54,6 +54,10 @@
<p>All you need is the full link of the article:</p>
<code>{% link https://dev.to/kazz/boost-your-productivity-using-markdown-1be %}</code>
<h3><strong>dev.to User Embed</strong></h3>
<p>All you need is the DEV username:</p>
<code>{% user jess %}</code>
<h3><strong>dev.to Comment Embed</strong></h3>
<p>All you need is the <code>ID</code> at the end of a comment URL. To get the comment link, click the top right arrow on a comment and then click "Permalink". Here's an example:</p>
<code>{% devcomment 2d1a %}</code>