Closed drbh closed 1 year ago
related to https://github.com/mersinvald/aquamarine/issues/19
This PR allows a user to specify a path in the macro attributes like
path
#[cfg_attr(doc, aquamarine, path = "./diagram.md")]
where diagram.md is
diagram.md
graph TD Cache --> New Worker --> Cache App --> Cache App --> Worker
@mersinvald bump 🙂
related to https://github.com/mersinvald/aquamarine/issues/19
This PR allows a user to specify a
path
in the macro attributes likewhere
diagram.md
is