Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces in inline code are not monospace #66

Closed
verhovsky opened this issue Jan 22, 2021 · 1 comment
Closed

Spaces in inline code are not monospace #66

verhovsky opened this issue Jan 22, 2021 · 1 comment

Comments

@verhovsky
Copy link

verhovsky commented Jan 22, 2021

because the CSS has text-align: justify; on the text, and inline code is a <code> tag with a bunch of <pre> tags,

<code class="docutils literal notranslate"><span class="pre">set('abc')</span> <span class="pre">==</span> <span class="pre">frozenset('abc')</span></code>

the spaces between the <pre> tags get expanded:

Screenshot from 2021-01-21 23-43-46

https://docs.python.org/3/library/stdtypes.html#frozenset.copy

@philg314
Copy link
Contributor

philg314 commented Aug 1, 2022

This has been fixed in #79 so this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants