Skip to content

Commit 1e06c5b

Browse files
committed
Apply better formatting to examples
1 parent 7950c8f commit 1e06c5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/configuration/module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The resource: An absolute path to the file requested. It's already resolved acco
3636

3737
The issuer: An absolute path to the file of the module which requested the resource. It's the location of the import.
3838

39-
Example: The `import "./style.css"` from `app.js`:
39+
**Example:** The `import "./style.css"` from `app.js`:
4040

4141
Resource is `/path/to/style.css`. Issuer is `/path/to/app.js`.
4242

@@ -134,7 +134,7 @@ An object with parser options. All applied parser options are merged.
134134

135135
For each different parser options object a new parser is created and plugins can apply plugins depending on the parser options. Many of the default plugins apply their parser plugins only if a property in the parser options is not set or true.
136136

137-
Examples (parser options by the default plugins):
137+
**Examples** (parser options by the default plugins):
138138

139139
``` js-with-links
140140
parser: {
@@ -199,7 +199,7 @@ Conditions can be one of these:
199199

200200
`{ not: Condition }`: The Condition must NOT match.
201201

202-
Example:
202+
**Example:**
203203

204204
``` js
205205
{
@@ -222,7 +222,7 @@ It can have a `options` property being a string or object. This value is passed
222222

223223
For compatibility a `query` property is also possible, which is an alias for the `options` property. Use the `options` property instead.
224224

225-
Example:
225+
**Example:**
226226

227227
``` js
228228
{

0 commit comments

Comments
 (0)