Releases: dadikovi/markdown-webserver
Releases · dadikovi/markdown-webserver
markdown-webserver 1.2.2
markdown-webserver 1.2.1
Content of this release:
Hotfix version of 1.2.0
Improved static resource handling
The server will try to serve the requested path as markdown route, but if no such markdown file is found in directory, the path will be served as static resource. If it still not found, the original not found page will be rendered.
markdown-webserver 1.2.0
Content of this release:
- introduced plugin API
- introduced search API
- fixed copyright render-bug
- changed table rendering
- responsive improvements
Search plugin is included in this release, but most probably in the further releases the plugins will be released separately.
1.1.0
Initial release
Covered functions:
- markdown directory-structure-based NodeJS webserver
- customizable parts:
- copyright information
- some error pages
- index screen
- basic git repo handling
Installation method:
- requirement: NodeJS, npm
- download this release
- enter
npm install
command in the downloaded directory
For further information check README.md
file.