Is there a way to give a devcard a description that's not a literal string? I'd like to use the docstring from the component I'm showing off, but the macro only recognizes a string literal as the documentation copy.
https://github.com/bhauman/devcards/blob/master/src/devcards/core.clj#L43-L49
Could write a fancy wrapper macro I guess?
Yeah, that's what I'd like to avoid, but maybe I'll have to