a TON of bugfixes and new features
This commit is contained in:
12
app/views/application/_mdhelp.html.erb
Normal file
12
app/views/application/_mdhelp.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="markdown-help">
|
||||
<blockquote>> quote</blockquote> |
|
||||
_underline_ |
|
||||
<i>*italic*</i> |
|
||||
<b>**bold**</b> |
|
||||
<code>`code`</code> |
|
||||
<mark>==mark==</mark> |
|
||||
[<a>link</a>](https://example.com)
|
||||
|
||||
<%= link_to "more...", "/info/1", target: "_blank", class: "right", tabindex: -1 %>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user