Skip to content

Commit

Permalink
πŸ“š Fix default icon-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Mar 13, 2019
1 parent fd43bad commit 79491ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -72,6 +72,6 @@ into your `custom/` folder.

You may configure this plugin with the following options:

| Option | Default | Description |
| ---------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`icon`** | `svg-inline` | Allows to use a different method to render admonition icons. By default it uses `svg-inline` with [Octicons](https://octicons.github.com) icons. Choose `emoji` to use Emojis instead. |
| Option | Default | Description |
| ---------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`icon`** | `emoji` | Allows to use a different method to render admonition icons. By default it uses `emoji` (unicode Emojis). Choose `svg-inline` to use [Octicons](https://octicons.github.com). |

0 comments on commit 79491ef

Please sign in to comment.