jordanlev / twig-js-markdown-tag

`{% markdown %}` tag for twig-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twig-js markdown tag

A markdown tag for twig-js that passes through the tag content to the 'marked' parser. It also takes into account the indentation level of the first line of markdown (so the markdown parser doesn't think that every line is a pre block).

About

`{% markdown %}` tag for twig-js

License:MIT License


Languages

Language:JavaScript 100.0%