Here's one way: Base.Markdown.plain(@doc(length))
On Mon, Mar 7, 2016 at 8:52 PM, Cedric St-Jean <[email protected]> wrote: > Is there any way to retrieve the docstring(s) associated to a function as > a string (not with the help system)? Something like `get_docstring(length)`? >
