My static site generator Cinnog using #Leptos and @bevy ECS got a new API. It now uses bevy_app under the hood which allows to define functionality like converting all markdown to HTML in a Bevy plugin.
Cinnog: https://github.com/NiklasEi/cinnog
Example: https://github.com/NiklasEi/cinnog_example/blob/main/generator/src/main.rs#L13-L22
meow meow