Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Zden2k Newcomer
@zden2k · Joined 6 years ago · 5 posts · 1 topics · 2 reputation
Badges
Recent posts
-
Filename above the Indented code
· 6 years ago
Well, as it says, help yourself. I solve it by installing shortcode plugin with settings: <?php namespace Grav\Plugin\Shortcodes; use Thunder\Shortcode\Shortcode\ShortcodeInterface; class StrikeSho
-
Filename above the Indented code
· 6 years ago
I finally did it by changing the css: .codehead { font-family: Consolas; text-indent: 6px; color:#000000; background:#888888; border-top-left-radius:4px;
-
Filename above the Indented code
· 6 years ago
Thank you, I'm looking for a way to display the code in "Grav" with description. I can insert the code, as follows: #!/usr/bin/env python #some code but this show only code, I would like find a way fo
-
Filename above the Indented code
· 6 years ago
Really no one knows how to do it? It does not have to be exactly what I placed here, would be enough if it looks like this:
-
Filename above the Indented code
· 6 years ago
Hello, is there a plugin in Grav, that can display a label (for example file name) above the code on the page? Like this: Thanks. Z.