In the frontend of my website I am trying to load the raw .md page inside a textarea with AJAX, then I want to use EpicEditor to edit it, then I'd like to save the file with PHP and AJAX.
I see in the .htaccess that I cannot access md files, do I need to remove md files from there if I want to get the file with AJAX, or is there a way to get the .md file with Grav API? Something like {{ page.content|raw }}?