I actually thought it was auto, and the improvemen...
# questions
l
I actually thought it was auto, and the improvement I was thinking was to turn for instance:
Copy code
md
fix(publish): export gets stuck if logoPath is set but the logo doesn't exist (#2959) @kaan (Private)
fix(views): added default initial theme for webviews (#3013) @joshi (Private)
fix(views): bullet points missing in new theme-matching style (#3023) @kaan (Private)
fix(views): backlinks panel tweaks (#3031) @jonathan (Private)
fix(views): images with encoded uri are not rendered in the preview (#3006) tenheadedlion
into
Copy code
md
### Publish

- export gets stuck if logoPath is set but the logo doesn't exist (#2959) @kaan (Private)

### Views

- added default initial theme for webviews (#3013) @joshi (Private)
- bullet points missing in new theme-matching style (#3023) @kaan (Private)
- backlinks panel tweaks (#3031) @jonathan (
- images with encoded uri are not rendered in the preview (#3006) tenheadedlion