does not work as expected. I created modular pages from example, but markdown gets rendered as pure text only.
Changing {{ content|raw }} to {{ content|markdown }} in modular/text.html.twig does resolve the problem. (Using Antimatter as well as Quark as my theme.)
I just copied /user/pages/01.home to my server as /user/pages/06.onepageskeleton.
Besides error "modular/hero.html.twig template not found for page: /onepageskeleton/_hero" I can see the content. The content isn't rendered with Markdown, I get text "# Why Grav? ## build sites better We believe the best recipe to make something great, is to bake with quality ingredients and add dollops of cool stuff.".
The same is true with Antimatter and Quark theme.
Even if I disable my own plugin, it's always the same.
Any suggestion, where I should look for inconsistencies?
Besides error “modular/hero.html.twig template not found for page: /onepageskeleton/_hero”
The 'One-Page Site' skeleton is build for theme Quark, which provides template modular/hero.html.twig. Themes are not one-on-one exchangeable, e.g. Antimatter does not provide template modular/hero.html.twig.
The same is true with Antimatter and Quark theme.
That is odd, because theme Quark does provide template modular/hero.html.twig and should not throw an error.
Questions:
What is the value for pages.process.markdown in system.yaml?
Have you run the skeleton on your server? Does it work?
@bkraegelin, I'm afraid future readers will not quite understand how your solved the issue. Would you mind being a tad more explicit in which config file, what the settings were and how you have changed them in order to solve the issue?