Skip to content

RST: python3 language records rendered as plain text. #1019

@penguinolog

Description

@penguinolog

Pygments declares .. code-block:: python3 as language key for python 3.x code.
This is correctly rendered by docutils, but not recognized by GitHub.

Code example:

.. code-block:: python3

    async def somefunc():
        return await some_coroutine()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions