Skip to content

Commit ff82890

Browse files
TrottBridgeAR
authored andcommitted
doc: use code markup/markdown in headers in addons documentation
PR-URL: #31086 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 9979f82 commit ff82890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api/addons.md

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

395-
### Loading Addons using require()
395+
### Loading Addons using `require()`
396396

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

0 commit comments

Comments
 (0)