-
Below is a is snippet but its not coloring nor the text in itself.
![image](https://user-images.githubusercontent.com/15822031/49868026-76250380-fe0c-11e8-9bb4-08c6b43e5aa6.png)
-
Hello,
I didn't fix two bugs for 3 years because of my college, but today I saw somebody interested in my theme and wanting to use it, I have solved today and just finished fixing the bugs. I have …
-
Running Firefox Developer tools in dark mode:
![webhint-dark-theme-ff](https://user-images.githubusercontent.com/18073131/48518891-e0538400-e81f-11e8-94f9-ce7d0ff57250.PNG)
The code results are…
-
If you create a sidebar block and inside it you create a source code block. Then when you render to html it is not rendered correctly because of colors. Because source code block and sidebar block use…
-
# My Workaround Solution
Complete Code at https://gist.github.com/sgon00/836386ba8b16e95297e4e5aa0a7089ae
Hopefully, this may help others who want to use terminal shell instead of bash.
# Old …
-
Issue Type: Bug
Create a text document with the following content and save it with a .md extension:
This is JSX:
```js
const a = test;
const b = ;
const i = 42;
fu…
-
Now the markdown syntax highlights the use of Highlightjs, but it does not support enough languages to use prismjs instead. We can also choose which one to use by configuring.
-
**Note:** This issue exists primarily for documentation. I don't expect anyone else to step in. If you still want to help me investigate the issue, feel free to join me!
---
This is not a new on…
-
I'm also effected by the things discussed in https://github.com/TryGhost/Casper/issues/412
I open a new issue because the other issue was locked. It's fine that it's closed, but why prevent discuss…
-
The code formatting of the solution below is incorrect. It executes without error and is colored correctly by GitHub so this appears to be a bug.
The post-increment operator in the following code (i…