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
Unwanted space added to first line of code #158
Comments
Hi, @anup92k |
Hi,
And LoveIT last version :
For preview, I used Firefox 74.0 (64 bits) and olso Chrome Version 80.0.3987.132 (Build officiel) (64 bits) I've upload my website with this theme a few hours ago. You can see it here : link I seams not to be related only on bash but also on non specified code The YAML code seams fine but maybe it does not show that much because of the indent of YAML : exemple of YAML Let me know if you want more info. Regards |
Hi, @anup92k |
I tried to play with the parameters and got rid of the space by enable the code fences : [markup.highlight]
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "monokai"
tabWidth = 4 Set it to false re-cause the issue. I'm gonna use these parameters from here. Again, thanks for your help. |
@anup92k |
Hello,
I've found that every first line of bash code start with a space.
For exemple, for the code :
(This code is followed by tree backquote but I don't know how to display them here...)
The result here :

When I add a new line the space does not show anymore.

BTW : Thanks for this awsome theme !
The text was updated successfully, but these errors were encountered: