2017 © Pedro Peláez
 

library template-markdown

Markdown parser for Photon template engine

image

photon/template-markdown

Markdown parser for Photon template engine

  • Wednesday, June 8, 2016
  • by delkia
  • Repository
  • 3 Watchers
  • 1 Stars
  • 989 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

template-markdown

Build Status, (*1)

Template tag to filter Markdown text to HTML, (*2)

Quick start

1) Add the module in your project, (*3)

composer require "photon/template-markdown:dev-master"

or for a specific version, (*4)

composer require "photon/template-markdown:1.0.0"

2) Add the Tag and the Modifier in your template engine configuration, (*5)

'template_tags' => array(
    'Markdown'      => '\photon\template\tag\Markdown',
),
'template_modifiers' => array(
    'Markdown'      => '\Michelf\MarkdownExtra::defaultTransform',
),

3) Write some template, (*6)

{$mdtext|Markdown|safe}

or, (*7)

{Markdown $mdtext}

3) Enjoy, (*8)

The Versions

08/06 2016

dev-master

9999999-dev http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

08/06 2016

v1.1.2

1.1.2.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

08/12 2015

v1.1.1

1.1.1.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

13/05 2015

v1.1.0

1.1.0.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

28/11 2014

v1.0.2

1.0.2.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

28/11 2014

1.0.1

1.0.1.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon

14/11 2014

1.0

1.0.0.0 http://www.photon-project.com/

Markdown parser for Photon template engine

  Sources   Download

LGPL-2.1

The Requires

 

template markdown photon