Results 1383 comments of Vincent Prouillet

I think it would be easier to implement all of it in one PR

@GlenDC any updates?

The status is what you see in this PR. This is definitely the way forward and if people want to do PRs on that PR to finish it, please go...

The shortcode parser only handles valid shortcodes calls, eg `{% foobar() %}` is not a valid shortcode so it is ignored. This is (IMO) the right behaviour since otherwise you...

`{% foobar() %}` is not an error for the shortcode parser. It's just some random content that is not a shortcode. The shortcode with a body _has_ to have an...

It's the GitHub table format causing that issue. Try to replace the `|` by `|` in your inline code block.

I think the library expects only `zh` as lang

You can probably add that event to the match and try editing files in sublime/emacs/vim to see if we get unrelated events

Ok this one is easy to fix, there's an unwrap at the line pointed in the snippet which we should handle.

I'm wondering whether this should be part of zola or some other pipeline. It would have to download the file in the static folder, but how do you diff it...