From 4882353b24b2be023a63630e29bc077a15dbf5f1 Mon Sep 17 00:00:00 2001 From: pfg Date: Tue, 21 Mar 2017 18:28:35 -0700 Subject: [PATCH] How do I markdown? --- Project-Unite/Views/Forum/CreateTopic.cshtml | 4 ++-- 1 file 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 @@ @Html.DisplayNameFor(Model => Model.Body) -

This is the content of your topic. You can use Markdown formatting to style your post.

+

This is the content of your topic. You can use Markdown formatting to style your post. Markdown Help

@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" }) @@ -83,4 +83,4 @@

Not yet implemented.

-} \ No newline at end of file +}