Skip to content

Commit

Permalink
people: Add markdown support in bio
Browse files Browse the repository at this point in the history
  • Loading branch information
hemangsk committed Aug 18, 2017
1 parent 2f95865 commit 2f85d72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion partials/tabs/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="no-margin fine">{{ person.name }}</h1>
<br>
<h4 class="no-margin light">{{ person.nick }}</h4>
<br><br>
<h5 class="no-margin light slant"> " {{ person.bio }} "</h5>
<h5 btf-markdown="person.bio" class="no-margin light slant profile-bio"></h5>
<br><br>
</div>
<div class="col m4"><img class="responsive-img" ng-src="{{person.img}}"></div>
Expand Down
3 changes: 3 additions & 0 deletions resources/css/people.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@
.val {
padding-bottom: 1em;
}
.profile-bio > p:before, .profile-bio > p:after {
content: ' " ';
}

0 comments on commit 2f85d72

Please sign in to comment.