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

Emphasized lines are not styled #37

Closed
mrelbe1 opened this issue Oct 31, 2022 · 0 comments
Closed

Emphasized lines are not styled #37

mrelbe1 opened this issue Oct 31, 2022 · 0 comments
Assignees
Labels
status/completed type/bug Something isn't working
Milestone

Comments

@mrelbe1
Copy link
Contributor

mrelbe1 commented Oct 31, 2022

Emphasized lines in line listings are not styled:

Example:

.. code-block:: batch  
   :linenos:  
   :emphasize-lines: 3  
  
   @echo off  
  
   set WORKSPACES=C:\path\to\workspace  
  
   for /d %%s in (%WORKSPACES%\*) do (  
       rem Do something  
       )

Renders like this:
Snag_1297e82

It's really hard to read the highlighted lines.

PR with a proposal is on its way.

@MrDogeBro MrDogeBro added type/bug Something isn't working status/accepted labels Sep 14, 2023
@MrDogeBro MrDogeBro added this to the 1.3.0 milestone Sep 14, 2023
MrDogeBro added a commit that referenced this issue Sep 14, 2023
Fixes styling of emphasized lines (fixes #37)
@github-project-automation github-project-automation bot moved this to Done in Main Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/completed type/bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants