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
Hi,
I wrote sass/custom/_color.scss like this...
$code-bg-color: #000000; // Code background $pre-bg: #000000;
But my HTML does not display background color with #000000.
How can I set background color with pre code tags.
Thanks.
The text was updated successfully, but these errors were encountered:
I noticed that back-quoted tag is ok, but 'space * 4 times' tag is not good.
I tested to write sample markdown.
```ruby def test(test) puts test end ``` def test(test) puts test end
All of my contents include 'space * 8 times' tags. So do you have any ideas ?... (´・ω・`)
Sorry, something went wrong.
No branches or pull requests
Hi,
I wrote sass/custom/_color.scss like this...
But my HTML does not display background color with #000000.
How can I set background color with pre code tags.
Thanks.
The text was updated successfully, but these errors were encountered: