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

4
dist/swagger-ui.js vendored
View File

@@ -1037,6 +1037,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');
});
}
});