From 20feed0cc843b3a680a357db290efb7b02c7ac30 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 19 Apr 2016 15:04:07 -0500 Subject: [PATCH] chore(dgeni): allow markdown in the return description --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 0a43975412..d2aad1b011 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -142,7 +142,7 @@ angular_controller: APIDemoCtrl <@ endif @> <@- endmacro -@> <@- macro typeInfo(fn) -@> - <$ typeList(fn.typeList) $> <$ fn.description $> + <$ typeList(fn.typeList) $> <$ fn.description | marked $> <@- endmacro -@> <@ block body @>