paperlined.org
apps > reddit > markdown
document updated 13 years ago, on Apr 25, 2011
The way to view the markdown source for any comment or story:
  1. go to the main link (for the story, just that story's URL; for a comment, its permalink)
  2. append .json to the end of the link (example: before, after)
  3. copy-n-paste that JSON output to a Javascript beautifier (jsonlint.com, jseautifier.org, jsfiddle.net)
  4. in the JSON, the "body" field is the markdown, the "body_html" field is the HTML version