An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/sphinx-linenos-emphasize-lines-bug

Small example repository to show that the code block breaks when both :linenos: and :emphasize-lines: are used.
https://github.com/rickstaa/sphinx-linenos-emphasize-lines-bug

Last synced: 10 months ago
JSON representation

Small example repository to show that the code block breaks when both :linenos: and :emphasize-lines: are used.

Awesome Lists containing this project

README

          

# sphinx-linenos-emphasize-lines-bug

Small example repository to show that the code block breaks when both `:linenos:` and `:emphasize-lines:` are used.
See for more information.

## Steps to reproduce the problem

1. Install the requirements using `pip install .`.
2. Run the `make html` command.
3. See that the `highlighted` code lines are positioned under the line numbers.