summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Forum/CreateTopic.cshtml
diff options
context:
space:
mode:
authorpfg <[email protected]>2017-03-21 18:28:35 -0700
committerpfg <[email protected]>2017-03-21 18:28:35 -0700
commit4882353b24b2be023a63630e29bc077a15dbf5f1 (patch)
tree2e59966a33f2c8745e7df33f264d76b62aaf9c54 /Project-Unite/Views/Forum/CreateTopic.cshtml
parent53119de68051303bf3128dede20c6fa93e55e294 (diff)
downloadproject-unite-4882353b24b2be023a63630e29bc077a15dbf5f1.tar.gz
project-unite-4882353b24b2be023a63630e29bc077a15dbf5f1.tar.bz2
project-unite-4882353b24b2be023a63630e29bc077a15dbf5f1.zip
How do I markdown?
Diffstat (limited to 'Project-Unite/Views/Forum/CreateTopic.cshtml')
-rw-r--r--Project-Unite/Views/Forum/CreateTopic.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Forum/CreateTopic.cshtml b/Project-Unite/Views/Forum/CreateTopic.cshtml
index cb080dd..9d3df84 100644
--- a/Project-Unite/Views/Forum/CreateTopic.cshtml
+++ b/Project-Unite/Views/Forum/CreateTopic.cshtml
@@ -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>
-} \ No newline at end of file
+}