library markdowncache
A simple tool for caching markdown files
vudaltsov/markdowncache
A simple tool for caching markdown files
- Saturday, January 30, 2016
- by vudaltsov
- Repository
- 1 Watchers
- 0 Stars
- 215 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 1 % Grown
Description
This tool parses your markdown files using Parsedown and stores html versions in a specified location., (*1)
Installation
$ composer require vudaltsov/markdowncache
Usage
$mc = new MarkdownCache('path/to/cache/dir');
echo $mc->getHtml('path/to/file.md');
// or
include $mc->getPath('path/to/file.md');
// or
$mc->render('path/to/file.md');
dev-master
9999999-dev
A simple tool for caching markdown files
Sources
Download
MIT
The Requires
by
Valentin Udaltsov
v0.1.1
0.1.1.0
A simple tool for caching markdown files
Sources
Download
MIT
The Requires
by
Valentin Udaltsov
v0.1.0
0.1.0.0
A simple tool for caching Markdown contents
Sources
Download
MIT
The Requires
by
Valentin Udaltsov