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 +}