forcing markdown on return statements. Closes #435

This commit is contained in:
perry 2016-02-16 16:57:33 -06:00
parent 5e6e8c2a80
commit ac5c11b768

View File

@ -197,7 +197,7 @@ Improve this doc
<@ endif @>
<@ if method.returns @>
<div class="return-value">
<div class="return-value" markdown="1">
<i class="icon ion-arrow-return-left"></i>
<b>Returns:</b> <$ typeInfo(method.returns) $>
</div>
@ -231,7 +231,7 @@ Improve this doc
<@ endif @>
<@ if method.returns @>
<div class="return-value">
<div class="return-value" markdown="1">
<i class="icon ion-arrow-return-left"></i>
<b>Returns:</b> <$ typeInfo(method.returns) $>
</div>