--- layout: plugins title: Plugins --- {% for plugin in site.categories.plugin %}

{{plugin.title | markdownify | strip_html }}

{{plugin.description}} {% if plugin.license %}– {{plugin.license}} licensed. {% endif %}

{{ plugin.snippet | replace:'&','&' | replace:'<','<' | replace:'>', '>'}}
{% endfor %}