All notable changes to this project will be documented in this file.
- Added: Code highlighting
- Added: GFM features like tables and strikethrough (basically, whatever pulldown-cmark provides)
- Added: Image sizes are cached via javascript and set on page reload. That way, reloading the browser due to text changes should not lead to any flicker.
- Added: Reading markdown from STDIN is now possible by providing
-
as a filename. - Changed: Custom header bar was removed. One should be added automatically by the window manager/desktop environment.
- Fixed: file-watching bug
- Initial release