Skip to content

Commit 3a24916

Browse files
committed
Update code block style
1 parent a1ba61c commit 3a24916

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tools/make/lib/docs/documentationjs.mk

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ DOCUMENTATIONJS_JSON_FLAGS ?= --format json
3838
# This target generates source HTML documentation from [JSDoc][1]-style comments using [documentation.js][2].
3939
#
4040
# To install documentation.js:
41-
# $ npm install documentation
41+
#
42+
# ```bash
43+
# $ npm install documentation
44+
# ```
4245
#
4346
# [1]: http://usejsdoc.org/
4447
# [2]: https://github.com/documentationjs/documentation
@@ -56,7 +59,10 @@ documentationjs-html: $(NODE_MODULES)
5659
# This target generates JSDoc JSON from [JSDoc][1]-style comments.
5760
#
5861
# To install documentation.js:
59-
# $ npm install documentation
62+
#
63+
# ```bash
64+
# $ npm install documentation
65+
# ```
6066
#
6167
# [1]: http://usejsdoc.org/
6268
# [2]: https://github.com/documentationjs/documentation
@@ -94,7 +100,10 @@ clean-documentationjs:
94100
# This target removes any current documentation and regenerates source HTML documentation from [JSDoc][1]-style comments using [documentation.js][2].
95101
#
96102
# To install documentation.js:
97-
# $ npm install documentation
103+
#
104+
# ```bash
105+
# $ npm install documentation
106+
# ```
98107
#
99108
# [1]: http://usejsdoc.org/
100109
# [2]: https://github.com/documentationjs/documentation

0 commit comments

Comments
 (0)