mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-07-20 07:46:33 +02:00
10 lines
196 B
HTML
10 lines
196 B
HTML
---
|
|
layout: default
|
|
title: What are filters?
|
|
---
|
|
|
|
{% capture includedMarkdown %}{% include docs/filters.md %}{% endcapture %}
|
|
<div class="bxpage well">
|
|
{{ includedMarkdown | markdownify }}
|
|
</div>
|