Skip to content

Commit b5a19bc

Browse files
TrottBethGriggs
authored andcommitted
doc: use code markup/markdown in headers in addons documentation
Backport-PR-URL: #31108 PR-URL: #31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 135097f commit b5a19bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/addons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ only the symbols exported by Node.js will be available.
346346
source image. Using this option, the Addon will have access to the full set of
347347
dependencies.
348348

349-
### Loading Addons using require()
349+
### Loading Addons using `require()`
350350

351351
The filename extension of the compiled Addon binary is `.node` (as opposed
352352
to `.dll` or `.so`). The [`require()`][require] function is written to look for

0 commit comments

Comments
 (0)