appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 99 forks source link

Don't use smart quotes in examples #328

Open derelk opened 11 years ago

derelk commented 11 years ago

All of the example requests have their quotes converted to fancy quotes. This makes it annoying to copy and use JSON examples, such as here. The example is not actually valid JSON and can't be used without fixing all the quotes. Seems like it would be better to not do this for example code.

berg commented 11 years ago

Yeah, this is annoying. It's not a quick fix -- I need to go touch all of those code blocks and probably define a template for 'em. I'll try to get to this soon.