Add user liquid tag to editor guide (#379)
Added the DEV user embed instructions to the editor guide
This commit is contained in:
parent
14fb6e4a8d
commit
2419c6c335
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue