Andy Miller

Results 487 comments of Andy Miller

As mentioned in discord, you need to render the whole tabs shortcode chunk in one shot. The result is much cleaner too: ```twig {% set my_tabs % [ui-tabs position='top-left' active='0'...

Does look like a bug on your sitemaps.. I can't seem to replicate this on my own setups, so perhaps can one of put together a small sample set of...

the `?cache` just means to cache the image instead of serving it directly. It works on my test site.. just need to make sure you put this in the `.md`...

I was never able to replicate this. I think a big part of the issue depends on the font being used, and any extra CSS styles applied to the header...

Did you enable the standalone news option in the configuration? It defaults to being `false` ``` standalone_sitemap_news: false ```

It really depends on your code snippet. Try a some of the sample code snippets and perhaps a different theme. Also note that you can specifically set the language by...

Are you running the latest version of Highlight plugin? A release with line numbers was added last week.

What is your code sample and how are you displaying that code block?

I think this is specifically an issue of the `highlight` plugin, not Grav itself.

I can't replicate this actually.. with latest versions of plugins in quark theme: ![image 2019-01-26 at 12 34 07 pm](https://user-images.githubusercontent.com/1084697/51791834-b810cb80-2166-11e9-846d-3ca5a89730d1.png) might be something specific to your theme overriding the layout?