This is a simple Markdown viewer. It is using a Markdown stylesheet from GitHub.
- PHP (cli)
- Place the Markdown file inside the
files
folder. - Start
start.sh
on Linux orstart.bat
on Windows. - Go to
http://localhost:8080/viewer
.
HTML tags are not escaped in this program. Please be careful when using it as there is a risk of XSS due to script tags. The developer does not take any responsibility.
The license for this project is MIT License.