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
Has anyone else had an issue with getting blockquotes and code segments to render properly? According to the kramdown syntax, blockquotes can be achieved with:
This is a Quote
Some guy
but when I build and load the jekyll website, the quote appears as normal text.
Same issue with the codeblock. I tried:
Some code
for (int I = 0, I <100, i++)
but it also appears as normal text. Has anyone else gotten code and/or quotes rendering properly using this template?
Thanks
Nickvash Kani
The text was updated successfully, but these errors were encountered:
And added the .scss file to the ./css/ folder (I personally went with github.scss because I thought it matched the template best). Then in the default.html file add the following line toward the top:
PS. In order to have Jekyll recognize a .scss file and compile it to the corresponding .css file you need to add some blank front matter to the top of the .scss file (github isn't letting me add it below, but refer to the other .scss files).
Has anyone else had an issue with getting blockquotes and code segments to render properly? According to the kramdown syntax, blockquotes can be achieved with:
but when I build and load the jekyll website, the quote appears as normal text.
Same issue with the codeblock. I tried:
but it also appears as normal text. Has anyone else gotten code and/or quotes rendering properly using this template?
Thanks
Nickvash Kani
The text was updated successfully, but these errors were encountered: