2.7.0 Embed multimedia files
Features
It is now possible to embed audio and video files.
Either via HTML (previous versions had a bug that prevented this):
<video controls width="500">
<source src="some-video.mp4" type="video/mp4">
</video>
Or via Markdown syntax, just like images:

See this page of the Chromium project for supported formats.
Bugfixes
- Minimum window size, introduced with 2.6.0, was too big for some users
- Inside the table-of-content area, the horizontal scrollbar was always visible and allowed to scroll when it shouldn't
Developing
The local development instance now stores its settings inside the project directory.