Stijn Wouters
Stijn Wouters
I've had the same issue, it seems that when displaying a post in the normal way (i.e. `.../blog/2014/01/banana.md`), you should use `page.tags`, but when listing blogs based upon a tag...
> I've had the same issue, it seems that when displaying a post in the normal way (i.e. .../blog/2014/01/banana.md), you should use page.tags, but when listing blogs based upon a...
(sorry for kicking the door one more time again...) Okay, I definitively found it out there are actually **two** bugs in here: 1. `page.tags` and `meta.tags` behavior as mentioned above...
Great, you're welcome too :-) > picotags.php works like a charm! You don't need pico_tags.php if you install picotabs.php. I deleted it. Did you check the URL's? It displays the...
> Don't forget to create a tags page, something like this (from the plugin page): Oh, I've looked over this one, great, no 404 :+1:
Had this issue too, but I then switched to using the escape character `\`: - `foo\_bar` - `foo\_bar` - `$ x\_{3} $` There was no problem on rendering HTML's when...
It's a good thing to highlight trailing whitespace, perhaps you can link it to an 'error' color? You know, that red color when typing invalid HTML syntax, something like this...
I encountered the same issue after the VSCode November 2022 update. Downgrading VSCode back to the October 2022 version (1.73.1) fixed the issue. Apparently, there have been some changes in...