NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
453 stars 102 forks source link

Markdown renderer renders class definition code block for classes without bases but with metaclass incorrectly #209

Closed NiklasRosenstein closed 1 year ago

NiklasRosenstein commented 3 years ago

Environment

Describe the bug

image

A clear and concise description of what the bug is and how to reproduce it.

Expected behavior

No leading , before metaclass=abc.ABCMeta

NiklasRosenstein commented 1 year ago

same as #272