jimrhoskins / ngmodules.org

Angular Modules Website
http://ngmodules.org
81 stars 11 forks source link

Show code from README #10

Open mgonto opened 11 years ago

mgonto commented 11 years ago

Code from README isn't shown. Can this be added? Similar to npmregistry?

pocesar commented 11 years ago

right now it's impossible to paste code blocks, ``` make the code disappear

mgonto commented 11 years ago

How does npmregistry makes them show up? Do you know?

pocesar commented 11 years ago

there are a lot of markdown processors, it's just a matter of the owner implement them. (the github style markdown, with fenced blocks ```

jimrhoskins commented 11 years ago

Geez, I tracked it down. Fenced code works, but the syntax highlighter's not working on heroku. Short term I'll probably disable highlighting, until I find a good solution

frapontillo commented 11 years ago

Are there any updates on this?

killercup commented 10 years ago

Still not working for me… What modules are you using? I've just recently made this work on a project using marked and highlight.js.

robdennis commented 10 years ago

I'm getting a similar result, where markdown in form of:

My section title

my_javascript_code([], 1, {key: 'value'})

doesn't show the block at all.

Ended up linking to the github readme (overall still very happy the site exists and could pull as much as it did)

ninjatronic commented 10 years ago

+1 for this - seems like a very useful missing feature

tflori commented 7 years ago

if this page is still serious then it should support it. but may be the maintainer are not willing to maintain the project anymore?