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
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