openaustralia / morph

Take the hassle out of web scraping
https://morph.io
GNU Affero General Public License v3.0
462 stars 74 forks source link

Markdown parser doesn't support fenced code blocks #891

Open drzax opened 9 years ago

drzax commented 9 years ago

It's pretty common to put fenced code blocks in readmes on GitHub.

// Like this one

It would be nice to support this on scraper pages on morph.io. See https://morph.io/drzax/australian-daylight-savings for an example.

henare commented 9 years ago

Yeah that's bug. We use the same library as GitHub so we probably just need to update it.

henare commented 9 years ago

Oh and thank you for reporting this! :smile:

snoblenet commented 8 years ago

@henare I'm happy to pick up this one too, but I won't get started until I hear back from you in response to my latest comments on #320 as I plan to use the same -- seed data, feature specs and pry-rescue.