Basically I have a PHP file which is generating the HTML code for the page. Please suggest how should I proceed with integrating this in Grav pages.
I tried doing this using a plugin. I managed to create the plugin using intructions in this page: https://learn.getgrav.org/cookbook/plugin-recipes#output-some-php-code-result-in-a-twig-template
I have modified the plugin to generate “something” instead of “something”. But the page is not processing the HTML. I tried switching off/on the markdown flag, but didn’t help.
Please help me out. Thank you