Skip to content

Commit

Permalink
docs: Fix incorrect admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Mar 19, 2024
1 parent db4ed91 commit 4ee789e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ BC-regex-note-field: <field>

Where `<regex>` is a valid JavaScript regex (without the surrounding `/`), and `<field>` is one of your Breadcrumbs fields. This will tell Breadcrumbs to find all notes that match the regex (using the _full path_ of the note), and add edges from the regex note to the matches using the field you specify.

> [!INFO]
> [!NOTE]
> The `BC-regex-note-regex` value gets passed directly to the Javascript [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp) constructor.

#### `BC-regex-note-flags`
Expand Down

0 comments on commit 4ee789e

Please sign in to comment.