tiwl / pagedown

Automatically exported from code.google.com/p/pagedown
Other
0 stars 0 forks source link

``` code blocks support #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
``` python
def foo():
    print("hello")

should render along the lines of a

 block with class=python or
such...


Original issue reported on code.google.com by `luca.bar...@gmail.com` on 5 Nov 2013 at 2:22
GoogleCodeExporter commented 8 years ago
ref: 
http://meta.stackoverflow.com/questions/125148/implement-style-markdown-code-blo
cks

Original comment by b...@stackoverflow.com on 5 Nov 2013 at 2:26

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
GoogleCodeExporter commented 8 years ago
I'm willing to help implement this enhancement. Lemme know if there's anything 
I can do to help move this along (open a PR, continue work from someone else, 
etc.).

Original comment by jelly...@gmail.com on 27 Apr 2014 at 8:09