Adwin Ying

Results 2 comments of Adwin Ying

Seems like winit released a new version [couple days ago](https://github.com/rust-windowing/winit/releases), could we expect an update with the new winit release anytime soon? 🤞

For those looking for a workaround, add the following lines of code as a custom remark plugin: ```js () => (tree) => { visit(tree, "figure", (figure) => { delete figure.value;...