Tim Yates
Results
2
comments of
Tim Yates
I'm still seeing this with v1.3.0, on VSCode 1.7.2 and macOS 10.11.6, using the exact SVG given by the OP. The same problem exists with `` + ``.
Recapping the conversation on the Matrix channel: The SPI module [in latest embedded-hal v1 alpha](https://docs.rs/embedded-hal/1.0.0-alpha.9/embedded_hal/spi/index.html) distinguishes between the `SpiBus` trait, with no CS handling, and `SpiDevice`, which is associated with...