Skip to content

Commit 88cdc51

Browse files
TrottMylesBorins
authored andcommitted
doc: use code markup/markdown in headers in addons documentation
Backport-PR-URL: #31108 PR-URL: #31086 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 6d712ac commit 88cdc51

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)