Vincent Prouillet
Vincent Prouillet
I don't use Azure enough to know the answer but it might be just adding another section like https://github.com/getzola/zola/blob/master/azure-pipelines.yml#L117-L123 where it's just copying the exe on release?
Looks like waiting wins again
Any syntax highlighting change is on hold until https://github.com/getzola/zola/issues/1787 gets a bit tested.
Usually the way I would recommend is to have the data in the config `extra`, it's just `config.extra.authors[author]` away
That's from a change from 0.12 in how shortcodes are integrated I believe. In that case it will replace the shortcode with it with a `` and since it starts...
> alert on malformed shortcodes How do we know whether it's a malformed shortcode though?
I still don't know if there is a good way to do that.
The issue is that you can also have HTML or any kind of script in the Markdown file, doing it via regex is going to be very error prone
https://github.com/ralfbiedert/rust_issues/commit/6cd1f1b370ba908f5f8d5893739978c897898f12#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fcR65-R68 are all valid. it could be the user decided to put `*some text*` in their markdown. Or even a shortcode outputting some JS like ```js /* does foo */...
Can that be done with ripgrep on the public/ directory in the meantime? The issue with false positives linting is that you need a way to skip some so that...