We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d80d9 commit 4893facCopy full SHA for 4893fac
Makefile
@@ -16,7 +16,7 @@ generated_data: plugins releases api-docs chaijs
16
api-docs: clean-api-docs
17
@mkdir -p _data
18
@npm install chai@latest
19
- @./node_modules/.bin/dox < ./node_modules/chai/chai.js > _data/chai.json
+ @./node_modules/.bin/dox --raw < ./node_modules/chai/chai.js > _data/chai.json
20
21
#
22
# Generate the api docs
_layouts/api.html
@@ -65,7 +65,7 @@ <h2>API Reference</h2>
65
{% endfor %}
66
{% if render %}
67
<div id="method_{{ name | slugify }}" class="api_method_wrapper">
68
- {{ method.description.full }}
+ {{ method.description.full | markdownify }}
69
</div>
70
{% endif %}
71
0 commit comments