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

pre code tags does not include background color #39

Open
jedipunkz opened this issue Aug 17, 2014 · 1 comment
Open

pre code tags does not include background color #39

jedipunkz opened this issue Aug 17, 2014 · 1 comment

Comments

@jedipunkz
Copy link

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.

2014-08-17 16 56 25

How can I set background color with pre code tags.

Thanks.

@jedipunkz
Copy link
Author

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

2014-08-17 17 23 26

All of my contents include 'space * 8 times' tags. So do you have any ideas ?... (´・ω・`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant