Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • How to reference from admin panel that X page is a language version of original? · 10 years ago

    I cannot find the way how can I reference from admin language version of an article. So I have my base article written in English and now I would like to write same article in Japanese. I cannot see t

  • New version simple_form · 10 years ago

    Hi, the SimpleForm plugin has been discontinued by its author, you should use the Form plugin going forward, unless your site already has SimpleForm installed and working, in which case you can contin

  • New version simple_form · 10 years ago

    Hello! Tell me where i can download the new version simple_form plugin ?

  • Id attribute on images not working · 10 years ago

    Ah, ok, i will expand our tests to cover id on images too, and i'll dig into this further on monday.

  • Id attribute on images not working · 10 years ago

    OK, I just did, thanks. Btw, the unit test you linked above only checks links, not img's.

  • Id attribute on images not working · 10 years ago

    Please create an issue for this in the Grav issue tracker.

  • Id attribute on images not working · 10 years ago

    I just tried it on clean installs, versions 1.1.1 and 1.0.10, and got the same problem.

  • Id attribute on images not working · 10 years ago

    I have tried it without the hyphen and it makes no difference. Interestingly, when I enable markdown extra and try it with their syntax: ![](somephoto.jpg){#somephotoid} or ![](somephoto.jpg){.someph

  • Id attribute on images not working · 10 years ago

    Shouldn't need markdown extra. i have tests running to ensure this id is working, and it's not failing: https://github.com/getgrav/grav/blob/develop/tests/unit/Grav/Common/Markdown/ParsedownTest.php

  • Id attribute on images not working · 10 years ago

    Never tried to output an id but I remember having to enable markdown extra for classes to be outputted. So, maybe make sure that markdown extra is enabled in your site configuration