kenjis / codeigniter-ss-twig

A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
MIT License
167 stars 46 forks source link

Using official filters from Twig #70

Closed SilkeKohl closed 9 months ago

SilkeKohl commented 9 months ago

How to use the official filters from Twig? I'm trying to use markdown_to_html.

Is this generally supported by codeigniter-ss-twig?

kenjis commented 9 months ago

See https://github.com/kenjis/ci4-twig-sample/blob/main/app/Controllers/Markdown_sample.php

SilkeKohl commented 9 months ago

Thank you! It is working properly.