summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-02 13:55:59 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-02 13:55:59 -0500
commit220a9d8346a2fe873d346618da3eb0f068a44411 (patch)
tree239839c05d2a541ce718dcbfc22a7cb27668a502 /extras
parentd1ddb5902883faac61f642847bb4e1a2995ae821 (diff)
formatting?
Diffstat (limited to 'extras')
-rw-r--r--extras/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/extras/README.md b/extras/README.md
index 639876547..5d9f3b124 100644
--- a/extras/README.md
+++ b/extras/README.md
@@ -229,5 +229,9 @@ text = crystal.parse_text_at2(0x197186, 601, debug=False)
print text
```
-That last text at 0x197186 will look like: `"OAK: Aha! So\nyou're !\nI'm OAK! A #MON\nresearcher.\nI was just visit-\ning my old friend\nMR.#MON.\nI heard you were\nrunning an errand\nfor PROF.ELM, so I\nwaited here.\nOh! What's this?\nA rare #MON!\nLet's see\xe2\x80\xa6\nHm, I see!\nI understand why\nPROF.ELM gave you\na #MON for this\nerrand.\nTo researchers\nlike PROF.ELM and\nI, #MON are our\nfriends.\nHe saw that you\nwould treat your\n#MON with love\nand care.\n\xe2\x80\xa6Ah!\nYou seem to be\ndependable.\nHow would you like\nto help me out?\nSee? This is the\nlatest version of\n#DEX.\nIt automatically\nrecords data on\n#MON you've\nseen or caught.\nIt's a hi-tech\nencyclopedia! received\n#DEX!\n"`.
+That last text at 0x197186 will look like:
+
+```python
+"OAK: Aha! So\nyou're !\nI'm OAK! A #MON\nresearcher.\nI was just visit-\ning my old friend\nMR.#MON.\nI heard you were\nrunning an errand\nfor PROF.ELM, so I\nwaited here.\nOh! What's this?\nA rare #MON!\nLet's see\xe2\x80\xa6\nHm, I see!\nI understand why\nPROF.ELM gave you\na #MON for this\nerrand.\nTo researchers\nlike PROF.ELM and\nI, #MON are our\nfriends.\nHe saw that you\nwould treat your\n#MON with love\nand care.\n\xe2\x80\xa6Ah!\nYou seem to be\ndependable.\nHow would you like\nto help me out?\nSee? This is the\nlatest version of\n#DEX.\nIt automatically\nrecords data on\n#MON you've\nseen or caught.\nIt's a hi-tech\nencyclopedia! received\n#DEX!\n"
+```