You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug report
Version
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
The text was updated successfully, but these errors were encountered: