How do I markdown?

This commit is contained in:
pfg 2017-03-21 18:28:35 -07:00
parent 53119de680
commit 4882353b24

View file

@ -17,7 +17,7 @@
</tr>
<tr>
<td>@Html.DisplayNameFor(Model => Model.Body)
<p>This is the content of your topic. You can use Markdown formatting to style your post.</p>
<p>This is the content of your topic. You can use Markdown formatting to style your post. <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" title="Markdown Help">Markdown Help</a></p>
</td>
<td>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td>
</tr>
@ -83,4 +83,4 @@
<p>Not yet implemented.</p>
</div>
</div>
}
}