You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/configuration/module.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The resource: An absolute path to the file requested. It's already resolved acco
36
36
37
37
The issuer: An absolute path to the file of the module which requested the resource. It's the location of the import.
38
38
39
-
Example: The `import "./style.css"` from `app.js`:
39
+
**Example:** The `import "./style.css"` from `app.js`:
40
40
41
41
Resource is `/path/to/style.css`. Issuer is `/path/to/app.js`.
42
42
@@ -134,7 +134,7 @@ An object with parser options. All applied parser options are merged.
134
134
135
135
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.
136
136
137
-
Examples (parser options by the default plugins):
137
+
**Examples** (parser options by the default plugins):
138
138
139
139
```js-with-links
140
140
parser: {
@@ -199,7 +199,7 @@ Conditions can be one of these:
199
199
200
200
`{ not: Condition }`: The Condition must NOT match.
201
201
202
-
Example:
202
+
**Example:**
203
203
204
204
```js
205
205
{
@@ -222,7 +222,7 @@ It can have a `options` property being a string or object. This value is passed
222
222
223
223
For compatibility a `query` property is also possible, which is an alias for the `options` property. Use the `options` property instead.
0 commit comments