Closed zsol closed 2 years ago
Markdown is common in project descriptions. Some md constructs cause docutils parser to raise an exception. The indexer should detect if a documentation string is markdown compatible and process it accordingly (i.e. no need for processing)
docutils
Particularly egregious examples:
Fixed in b03878aaba443a90db203bbf1b97dcaf44f5f9d5 and then aabada5eaecdc40161450bb9087ac975ed174183 for images.
Markdown is common in project descriptions. Some md constructs cause
docutils
parser to raise an exception. The indexer should detect if a documentation string is markdown compatible and process it accordingly (i.e. no need for processing)