Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ module.exports = {
};
```

**Note:** source with a `tag` option takes precedence over source without.
> **Note**
>
> source with a `tag` option takes precedence over source without.

Filter can be used to disable default sources.

Expand Down Expand Up @@ -460,7 +462,9 @@ Default: `undefined`

Allows pre-processing of content before handling.

> ⚠ You should always return valid HTML
> **Warning**
>
> You should always return valid HTML

**file.hbs**

Expand Down