Skip to content

Commit b8f3bed

Browse files
authored
docs: update note in README.md (#445)
1 parent ef05908 commit b8f3bed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ module.exports = {
368368
};
369369
```
370370

371-
**Note:** source with a `tag` option takes precedence over source without.
371+
> **Note**
372+
>
373+
> source with a `tag` option takes precedence over source without.
372374
373375
Filter can be used to disable default sources.
374376

@@ -460,7 +462,9 @@ Default: `undefined`
460462

461463
Allows pre-processing of content before handling.
462464

463-
> ⚠ You should always return valid HTML
465+
> **Warning**
466+
>
467+
> You should always return valid HTML
464468
465469
**file.hbs**
466470

0 commit comments

Comments
 (0)