Sphinx extension to use GitHub markdown emoji in Sphinx?
问题 Problem I have been using (Python) Sphinx doc, along with CommonMark parser, to write Sphinx documentation containing files written in both reStructuredText and Markdown. So far so good, it works really fine (see this line in an example of Sphinx conf.py file). However, CommonMark's support for GitHub flavored Markdown (GFM) is not perfect, and one important feature it lacks are emoji . I searched for other Markdown parser, more specific to GFM, for instance py-gfm, but none of them seem to