Skip to content

Releases: dadikovi/markdown-webserver

markdown-webserver 1.2.2

04 Apr 06:47
Compare
Choose a tag to compare

Content of this release

Hotfix version of 1.2.0

Improved image rendering
Images parsed from markdown files will have "img-responsive" class which is handled by bootstrap.

markdown-webserver 1.2.1

03 Apr 20:00
Compare
Choose a tag to compare

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

02 Apr 11:24
Compare
Choose a tag to compare

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

14 Mar 10:56
Compare
Choose a tag to compare

Fixed compatibility problem with linux systems.

Initial release

11 Mar 20:00
Compare
Choose a tag to compare

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.