Rouge gem minimal example not showing formatting?
问题 I have followed the simple instructions in part A) of this answer. The code can be seen in the browser, but it's not formatted as it's supposed to be. When I view source, I can see that css classes are being generated, but it doesn't seem to change the appearance. This is the html generated (I added the div's) <div class="highlight"> <span class="k">def</span> <span class="nf">rouge_me</span> <span class="nb">puts</span> <span class="s1">'hey!'</span> <span class="k">end</span><br><br> </div>