I kind of asked this in another thread but in relation to HTML, sorry for the semi-duplication but I would really like to get this resolved.
I have a piece of software that spits out a .md file and a load of images.
I would rather not have to copy and paste the contents of the markdown file into a text field in the panel. What I would like to be able to do is add the markdown file to a page and have kirby parse the contents. This file will have no front matter, the contents is purely for the main body of the page. I am aware you can do this:
c::set('content.file.extension','md');
but it isnβt what I need.
I understand I will need to use kirbytext in order for the images to show correctly?
This is the last major hurdle for me with my first Kirby site which has otherwise been a great experience.
Thanks in advance