mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add markdown rendering of company description.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
}
|
||||
@using System.IO
|
||||
@using Cicm.Database.Schemas
|
||||
@using Markdig
|
||||
@model CompanyWithItems
|
||||
|
||||
@if(Model != null)
|
||||
@@ -431,7 +432,7 @@
|
||||
@if(Model.Description != null)
|
||||
{
|
||||
<div class="row container-fluid">
|
||||
@Model.Description
|
||||
@Html.Raw(Model.Description)
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user