In htmlmixed
mode, there is a very handy parameters, tags
, that allows to use a different parser for the content of specific tags.
It seems it cannot be used in PHP mode, although it uses htmlmixed
.
Is there any way to achieve this?
Thanks!
Not currently, but if you submit a pull request that adds a config parameter to the php mode to let the user specify the HTML mode it should use, I’ll gladly merge that.
Thanks for the quick answer, and sorry for the late reply.
Ok, I didn’t fully understand the way it works but I just tried something which gives the expected result, I’ll make a pull request and see what you say.
Thanks for your commiit, I’ll try to do better next time