jalendport / craft-roman

Convert an integer into roman numerals and vice versa.
MIT License
1 stars 0 forks source link

Add Twig filters #1

Open wbrowar opened 5 years ago

wbrowar commented 5 years ago

It would be great to have a Twig filter to make it easy to do this:

{% for item in list %}
    <p><span>{{ loop.index|roman }}</span><span>{{ item }}</span></p>
{% endfor %}
wbrowar commented 5 years ago

... As mentioned in the roadmap 🤦‍♂️