You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from cobalt-org/cobalt.rs#866, I think I might have hit a case where there is a need for more lax support. That or cobalt's template parsing needs to be specially-handled for vimwiki.
Coming from cobalt-org/cobalt.rs#866, I think I might have hit a case where there is a need for more lax support. That or cobalt's template parsing needs to be specially-handled for vimwiki.
In vimwiki, a code block looks like this:
For a cobalt file of this:
This causes liquid to fail:
On the liquid side, a solution would be to ignore errors like this and continue parsing.
The text was updated successfully, but these errors were encountered: