diff --git a/jsdoc.json b/jsdoc.json index 4164aa3577..4f4ee0afd4 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -5,5 +5,8 @@ ], "includePattern": "platform/.+\\.js$", "excludePattern": ".+\\Spec\\.js$|lib/.+" - } + }, + "plugins": [ + "plugins/markdown" + ] } \ No newline at end of file