Hi. I’m trying Grav for the first time and I’m impressed. I really like it.
However, I’ve enabled markdown extra in the admin plugin (the “yes” still looks grey instead of green) and I can see “extra: true” in system.yaml, but it doesn’t seem to work. I’m trying to add a class to an image as the docs suggest:
 {.myclass}
but even though the image appears, the class is not applied and I can see “{.myclass}” rendered on the page.
Might be worth noting there is a system.yaml at both system/config/… and user/config…. You appear to need markdown:extra:true set in the latter for it to take effect.