sitmd / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
1 stars 0 forks source link

[FEATURE] Parse GitHub style code blocks #296

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GitHub uses classes to identify language, so e.g.

<pre><code class="ruby">
def foo
  puts "bar"
end
</code></pre>

Is it possible to add support to it somehow? Or there is a way to configure 
Prettify to detect language from this structure?

Original issue reported on code.google.com by hrgys...@gmail.com on 13 Jul 2013 at 12:14