2017 © Pedro Peláez
 

library markdowncache

A simple tool for caching markdown files

image

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

The README.md

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');

The Versions

30/01 2016

dev-master

9999999-dev

A simple tool for caching markdown files

  Sources   Download

MIT

The Requires

 

by Valentin Udaltsov

30/01 2016

v0.1.1

0.1.1.0

A simple tool for caching markdown files

  Sources   Download

MIT

The Requires

 

by Valentin Udaltsov

30/01 2016

v0.1.0

0.1.0.0

A simple tool for caching Markdown contents

  Sources   Download

MIT

The Requires

 

by Valentin Udaltsov