0.0.3 • Published 10 years ago
gitbook-plugin-mdinhtml v0.0.3
gitbook-plugin-mdinhtml
This plugin can process markdown between any html codes.
Usage
Example:
{% mdinhtml begin='<div>', end='</div>' %}
markdown here
{% endmdinhtml %}
The example above will generate:
<div>markdown here</div>
where the content between the tags will be processed by markdown.