
# HTML Formatter
```{admonition} Module type

<span style='color: #00FFFF'>[formatter](/core_modules.md#formatter-modules)</a></span>
```


## Configuration Options

### YAML
```{code} yaml
html_formatter:
  detect_thumbnails: true

```

### Command Line:
| Option | Description | Default | Type|
| --- | --- | --- | --- |
| `html_formatter.detect_thumbnails` | Optional. if true will group by thumbnails generated by thumbnail enricher by id 'thumbnail_00' | True | string |

[API Reference](../../../autoapi/html_formatter/index)
