oshell / pagedown

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

``` code blocks support #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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 9 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