Basically I have created a plugin for myself and imported in the mkdocs.yaml file. I can use that plugin function in the html file using jinja2. More i want to use that jinja function in markdown file itself. Is there any possibility
I tried using {{ }} in .md files but it prints this interpolation notation as such and the function inside is not producing the value that is intented to do