Open
Description
During a discussion for the Amethyst book, we realized we wanted a way to put in doc badges dynamically dependent on the current building version of the Amethyst library.
Is there a way to read from some sort of global key value store (such as environment variables or the configuration) while rendering the markdown? I believe a preprocessor could accomplish this task. Something like
[](#[docsRoot]/amethyst/ecs/prelude/trait.Component.html) [](#[docsRoot]/amethyst/ecs/prelude/trait.Component.html)
(the idea being #[variableName]
would be the way to access a variable -- probably a terrible particular example)
If there is such a way to do this, I don't think it's documented.