Skip to content

Commit bc6b544

Browse files
authored
Update README.md
1 parent df1ead4 commit bc6b544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Several options can be set in `book.json` to customize the plugin.
2727
| option | value | Description |
2828
| --- | --- | --- |
2929
| `template` | `{default,full,ace,...}` or custom path | reindent code if marker or slice is used |
30-
| `unindent` | `{true,false}` | reindent code if marker or slice is used |
30+
| `unindent` | `{true,false}` default:`false` | reindent code if marker or slice is used |
31+
| `fixlang` | `{true,false}` default:`false` | fix some errors with code lang (e.g C++, ...) |
3132
| `edit` | `{true,false}` | [allow edit code](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
3233
| `check` | `{true,false}` | [syntax validation](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
3334
| `theme` | `{monokai,coffee,...}` | [check syntax](https://github.com/ymcatar/gitbook-plugin-ace/blob/master/README.md) (**ace template required**) |
34-
| `fixlang` | `{true,false}` | fix some errors with code lang (e.g C++, ...) |
3535

3636
Just add the desired optin under `pluginConfig` in the `book.json` file
3737

0 commit comments

Comments
 (0)