File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3636Just add the desired optin under ` pluginConfig ` in the ` book.json ` file
3737
You can’t perform that action at this time.
0 commit comments