mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
How do I markdown?
This commit is contained in:
parent
53119de680
commit
4882353b24
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>@Html.DisplayNameFor(Model => Model.Body)
|
<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>
|
||||||
<td>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td>
|
<td>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -83,4 +83,4 @@
|
||||||
<p>Not yet implemented.</p>
|
<p>Not yet implemented.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue