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

  • Markdown Extra - HTML <a>-block? · 9 years ago

    Hello, Could you use a span instead of a div ?

  • Markdown Extra - HTML <a>-block? · 9 years ago

    EDIT: My answer above is wrong, as I didn't see that the link will appear 2x. --- html &lt;p&gt;&lt;a href="#"&gt;&lt;/a&gt;&lt;/p&gt; &lt;div markdown="1" div="" class="left"&gt;&lt;p&gt;&lt;/p&gt;&l

  • Markdown Extra - HTML <a>-block? · 9 years ago

    This seems to be the best solution, as I get only one &lt;p&gt;&lt;/p&gt; block which isn't that much in the way (I hope at least). --- html &lt;div markdown="1" div="" class="left"&gt;&lt;p&gt;&lt;/p

  • Markdown Extra - HTML <a>-block? · 9 years ago

    what if you try this? &lt;a href="#"&gt;&lt;div class="left" markdown="1"&gt; ## Title 1 ![Description](test.png) &lt;/div&gt;&lt;/a&gt; ---

  • Markdown Extra - HTML <a>-block? · 9 years ago

    The result is even worse then: --- html &lt;div div class="left"&gt; &lt;p&gt;&lt;a href="#"&gt;&lt;/p&gt; &lt;h2&gt;Title 1&lt;/h2&gt; &lt;p&gt;&lt;img alt="Description" src="/path/grav-admin/user/pa

  • Markdown Extra - HTML <a>-block? · 9 years ago

    Try to put the &lt;a&gt; within the &lt;div&gt;:)

  • Markdown Extra - HTML <a>-block? · 9 years ago

    I am currently trying to solve an issue I have with some markdown HTML. What I try to achieve is a &lt;a&gt;-block. The code I want to use in the markdown file is as follow: &lt;a href="#" markdown="1

  • How to disable session cookies? · 9 years ago

    Hi! I'm using GRAV 1.2.4 and would like to disable session cookies for my website. So I did set system.session.enabled to false, but this triggers an exception ("The Login plugin requires "system.sess

  • How to disable session cookies? · 9 years ago

    Hi! I'm using GRAV 1.2.4 and would like to disable session cookies for my website. So I did set system.session.enabled to false, but this triggers an exception ("The Login plugin requires "system.sess

  • How to disable session cookies? · 9 years ago

    Hi! I'm using GRAV 1.2.4 and would like to disable session cookies for my website. So I did set system.session.enabled to false, but this triggers an exception ("The Login plugin requires "system.sess