MDtoHTML: Rendering MarkDown Files into HTML Pages

Publish: 2018-04-13 | Modify: 2018-04-13

MDtoHTML is a recently developed tool that can quickly render any MarkDown file on the web into an HTML page. It is developed using PHP and does not require any data support.

Image

Main Features

  • API support
  • File caching
  • Rendering any MarkDown file accessed by clients into HTML

Usage

Get an accessible MarkDown file URL, such as http://soft.xiaoz.org/readme.md, and then visit https://markdown.win/api.php?url=http://soft.xiaoz.org/readme.md to see the rendering effect.

Image

Other Notes

When first accessing MDtoHTML, it will automatically fetch and cache the MarkDown file from the remote CURL. Subsequent visits to the same file can effectively improve the speed. MDtoHTML also provides simple API support, which can be easily integrated into your own project. Please refer to MDtoHTML API for more information.

Demo: https://markdown.win/ Source code: https://github.com/helloxz/MDtoHTML


Comments