Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
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 <p><a href="#"></a></p> <div markdown="1" div="" class="left"><p></p>&l
-
Markdown Extra - HTML <a>-block?
· 9 years ago
This seems to be the best solution, as I get only one <p></p> block which isn't that much in the way (I hope at least). --- html <div markdown="1" div="" class="left"><p></p
-
Markdown Extra - HTML <a>-block?
· 9 years ago
what if you try this? <a href="#"><div class="left" markdown="1"> ## Title 1  </div></a> ---
-
Markdown Extra - HTML <a>-block?
· 9 years ago
The result is even worse then: --- html <div div class="left"> <p><a href="#"></p> <h2>Title 1</h2> <p><img alt="Description" src="/path/grav-admin/user/pa
-
Markdown Extra - HTML <a>-block?
· 9 years ago
Try to put the <a> within the <div>:)
-
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 <a>-block. The code I want to use in the markdown file is as follow: <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