File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ See the [original repository](https://github.com/soundasleep/html2text) for more
2525
2626### Options
2727
28- | Option | Default | Description |
29- | ---------------| ---------| -----------------------------------------------------------------------------------------|
30- | ** dropLinks** | ` false ` | Set to ` true ` to not render links as ` My Link ` instead of ` [https://foo.com](My Link) ` . |
28+ | Option | Default | Description |
29+ | ------------------| ----------| -------------------------------------------------------------------------------------------|
30+ | ** dropLinks** | ` false ` | Set to ` true ` to not render links as ` My Link ` instead of ` [https://foo.com](My Link) ` . |
31+ | ** characterSet** | ` 'auto' ` | Set to a specific character set to override the auto-detection with ` mb_detect_encoding ` . |
3132
3233Pass along a configuration class as a second argument to ` convert ` , for example:
3334
You can’t perform that action at this time.
0 commit comments