See for example spork/argparse - in Usage we have properly monospaced text, but just below that, inside the docstring, there's raw text like:
Parse `(dyn :args)` according to options. If the arguments are incorrect,
will return nil and print usage information.
I don't know if docstrings support markdown (or some other markup), but at least in the repl when you run (doc argparse/argparse) the backticked parts are rendered in a different color, so I think that they should get special treatment on the website too.
See for example
spork/argparse- inUsagewe have properly monospaced text, but just below that, inside the docstring, there's raw text like:I don't know if docstrings support markdown (or some other markup), but at least in the repl when you run
(doc argparse/argparse)the backticked parts are rendered in a different color, so I think that they should get special treatment on the website too.