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
In a rust code block, in a template, ?Sized is valid and should be highlighted correctly.
Current Behavior
Step to reproduce
Build a site with syntax highlighting enable, and include the following valid rust code block:
pubstructTesting<T: ?Sized>{testing:T,}
Workaround
This workaround fully disables highlighting of "invalid" code, so it may not be suitable for everyone.
Use css styles and add the following CSS, loaded after the syntax theme itself:
Bug Report
Environment
Zola version: 18.0
Expected Behavior
In a rust code block, in a template,
?Sized
is valid and should be highlighted correctly.Current Behavior
Step to reproduce
Build a site with syntax highlighting enable, and include the following valid rust code block:
Workaround
This workaround fully disables highlighting of "invalid" code, so it may not be suitable for everyone.
Use
css
styles and add the following CSS, loaded after the syntax theme itself:The text was updated successfully, but these errors were encountered: