We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
It's really hard to read the highlighted lines.
PR with a proposal is on its way.
The text was updated successfully, but these errors were encountered:
9aa3345
Merge pull request #38 from mrelbe1/fix-emphazised-lines
a01b9a5
Fixes styling of emphasized lines (fixes #37)
mrelbe1
No branches or pull requests
Emphasized lines in line listings are not styled:
Example:
Renders like this:
It's really hard to read the highlighted lines.
PR with a proposal is on its way.
The text was updated successfully, but these errors were encountered: