All notable changes to this project will be documented in this file.
- Support for style extensions on article pages
- Support for online editing
- Refactored both frontend and backend
- Fixed backend bug
- hange the stored Markdown data from Goldmark-rendered results to raw Markdown text in order to support future editing operations.
- Due to database changes, this is not compatible with the previous version.
- Support for mkdocs material style admonition
- Support for
!!!
&???
- Support for
- Switched article page rendering to client-side
- Fixed an admonition bug: pointer overflow issue when consecutive admonition blocks are used
- Support for branch switching, allowing a specific branch to be specified when creating a repository, making it easier to preview the display before merging into the mainline