Add a markdown-view directive and change all uses of markdown in the partials to use the directive
This commit is contained in:
parent
96730965cd
commit
9beb627ab0
10 changed files with 83 additions and 89 deletions
|
@ -19,6 +19,6 @@
|
|||
{{ team.name }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="team-description" ng-bind-html-unsafe="getCommentFirstLine(team.description)"></div>
|
||||
<div class="team-description markdown-view" content="team.description"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue