HTML close
Adds configurable html tags to content via shortcodes.
HTMLopen and HTMLclose plugins/shortcodes must be used together (HTML must have an opening and closing tag to be valid HTML and to render correctly)
Use
[:htmlopen tag="div" id="author" class="card":]
my content
[:htmlclose tag="div":]
Outputs:
<div id="author" class="card">
my content
</div>
Can nest shortcodes just like HTML for complex layouts & elements in Typemill markdown.
Check the source code on GitHub: https://github.com/jasonday/typemill-plugins
How to install
- Download the Typemill CMS
- Download this plugin (zip).
- Unzip the plugin.
- Upload the plugin to the plugin-folder of your Typemill installation.
- Login to your Typemill installation.
- Go to settings -> plugins and activate your plugin.