monotype in parsed-literal directive rendered with a smaller font #273
-
The following two blocks should be rendered in a similar fashion:
Instead, monotype appears smaller than the rest of the text: |
Beta Was this translation helpful? Give feedback.
Answered by
pradyunsg
Jul 15, 2023
Replies: 1 comment 3 replies
-
Test
====
.. code-block::
asyncio.set_event_loop_policy(
asyncio.WindowsSelectorEventLoopPolicy()
)
.. parsed-literal::
`asyncio.set_event_loop_policy`\ (
`asyncio.WindowsSelectorEventLoopPolicy`\ ()
)
also test *italic*, **bold**, ``monotype``. I'm unable to reproduce this. Could you provide a more complete reproducer? What OS + Browser + zoom combination is this with? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, this took me a while to resolve but done with f8db95b