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
Somewhat of a dup of #2, but in this case the correct hll class is being generated:
hll
Input (in backticks-ruby):
def test(arg) puts arg end
Output:
<div class="hll"><pre><span></span><span class="k">def</span> <span class="nf">test</span><span class="p">(</span><span class="n">arg</span><span class="p">)</span> <span class="nb">puts</span> <span class="n">arg</span> <span class="k">end</span> </pre></div>
This renders with the proper vim colors I specify in markdown-highlighter.ini but the background just isn't there:
vim
markdown-highlighter.ini
Glancing at the stylesheet it looks like the background rule is
.hll .hll { background-color: #222222 }
Not sure why it wants two hll classes.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Somewhat of a dup of #2, but in this case the correct
hll
class is being generated:Input (in backticks-ruby):
Output:
This renders with the proper
vim
colors I specify inmarkdown-highlighter.ini
but the background just isn't there:Glancing at the stylesheet it looks like the background rule is
Not sure why it wants two
hll
classes.The text was updated successfully, but these errors were encountered: