[deploy] Add markdown version for DEV badge link (#9227)
This commit is contained in:
parent
47b363bed7
commit
7fb7b179d9
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
|||
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="<%= current_user.name %>'s <%= community_name %> Profile" height="30" width="30">
|
||||
</a>
|
||||
</pre>
|
||||
<p>
|
||||
You can embed the <%= community_name %> badge in markdown with this snippet:
|
||||
</p>
|
||||
<pre class="embed-code">
|
||||
[](<%= user_url(current_user) %>)
|
||||
</pre>
|
||||
<p>You can add the <%= community_name %> badge via
|
||||
<b><a href="https://fontawesome.com/icons/dev?style=brands" target="_blank" rel="noopener">Font Awesome</a></b> with this snippet:
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue