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

Code zone(generated by indent of markdown grammer) is invisible in frontend #609

Closed
hw712 opened this issue Jun 23, 2018 · 1 comment
Closed
Labels
type: bug Something isn't working

Comments

@hw712
Copy link
Contributor

hw712 commented Jun 23, 2018

Bug report

Version

  • VuePress 0.10.2

Steps to reproduce

Write markdown with indent style code zone, the generated code zone is <pre><code> without any class specified. The background is transparent and text color is white, which makes it invisible in the frontend.

## Here below is the sample of code zone
Some sentence here...
    //some code here
    print("hello world!")

What is expected?

The code area should have a dark background color.

What is actually happening?

The code area's background color is white.

Other relevant information

  • Your OS: Windows 7
  • Node.js version: 8.11.3
  • Browser version: Firefox 60
  • Is this a global or local install? Global
  • Which package manager did you use for the install? npm 6.1.0
@ulivz ulivz added the type: bug Something isn't working label Jun 24, 2018
@ulivz ulivz closed this as completed in fd46a26 Jun 24, 2018
@ulivz
Copy link
Member

ulivz commented Jun 24, 2018

Thanks, fixed at fd46a26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants