(defmethod staple:render-docstring (string (system (eql (asdf:find-system :my-system)))) (typecase string (string (staple:render-docstring-markdown string)) (null (plump:parse "No docstring provided."))))