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.
- Host: GitHub
- URL: https://github.com/rickstaa/sphinx-linenos-emphasize-lines-bug
- Owner: rickstaa
- Created: 2022-02-17T10:26:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T10:35:56.000Z (over 4 years ago)
- Last Synced: 2025-01-14T07:29:14.451Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.