This commit is contained in:
Tony Tam
2015-06-03 22:12:51 -07:00
8 changed files with 66 additions and 1 deletions

View File

@@ -200,6 +200,10 @@ window.SwaggerUi = Backbone.Router.extend({
$('.markdown').each(function(){
$(this).html(marked($(this).html()));
});
$('.propDesc', '.model-signature .description').each(function () {
$(this).html(marked($(this).html())).addClass('markdown');
});
}
});