OpenTechSchool / python-data-intro

Workshop material for "Introduction to Data Processing with Python"
http://opentechschool.github.io/python-data-intro/
Other
40 stars 18 forks source link

Escape some Square brackes [] & remove Maruku warning: Could not find ref_id = '2, 4, 6, 8' #5

Closed esparta closed 10 years ago

esparta commented 10 years ago

Need to escape the square brackets [ ] to prevent markup "eat them" and solving the warning on Maruku.

Ivoz commented 10 years ago

Ahhhh, thanks man, I've been wondering what all the ref_id warnings have been about. I think there are a few around our repos!

esparta commented 10 years ago

You're welcome ;-)