mdbook-svgbob icon indicating copy to clipboard operation
mdbook-svgbob copied to clipboard

SvgBob mdbook preprocessor which swaps code-blocks with neat SVG.

Results 7 mdbook-svgbob issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/boozook/mdbook-svgbob/issues/22 Currently, the SVG text elements receive the default color, black, which is not readable on dark mode. This PR adds a one-liner CSS fix to apply the foreground...

I got a PR from @nofurtherinformation to fix the diagram colors when a dark theme is used in mdbook: https://github.com/google/comprehensive-rust/pull/48. The problem is that the diagrams use black as the...

Hi. This crate seems to be unmaintained. Would you like to give away maintainership? I would love to at least passively maintain this, especially after bringing it up to date...

This PR refactors mainly the build step of the release pipeline to compile multiple binaries for the most popular targets. Further, I removed the usage of the `actions-rs/*` actions, as...

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.25.0. Release notes Sourced from tokio's releases. Tokio v1.25.0 1.25.0 (January 28, 2023) Fixed rt: fix runtime metrics reporting (#5330) Added sync: add broadcast::Sender::len (#5343)...

dependencies

Hey, thanks for the preprocessor! I've noticed that [mdbook-graphviz](https://lib.rs/crates/mdbook-graphviz) requires a `process` flag to be present before processing them as graphviz diagrams: ````markdown ```dot process digraph { processed -> graph...

I had this working earlier on a very basic mdbook, then I added a bunch of content and now I'm stuck here -- beginning investigation, and will post as I...