Skip to content

Commit

Permalink
Replace symbol with backref_symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Oct 9, 2023
1 parent f59d0f7 commit 3c75b2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/2.0/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down
4 changes: 2 additions & 2 deletions docs/2.1/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down
4 changes: 2 additions & 2 deletions docs/2.2/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down
4 changes: 2 additions & 2 deletions docs/2.3/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down
4 changes: 2 additions & 2 deletions docs/2.5/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ This `string` option defines the prefix prepended to footnote elements.

## Adding Icons

You can use CSS to add a custom icon instead of providing a `symbol`:
You can use CSS to add a custom icon instead of providing a `backref_symbol`:

```php
$config = [
'footnote' => [
'backref_class' => 'footnote-backref',
'symbol' => '',
'backref_symbol' => '',
],
];
```
Expand Down

0 comments on commit 3c75b2a

Please sign in to comment.