diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-02 13:55:59 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-02 13:55:59 -0500 |
commit | 32dae82b41f71946afac44b04d61ab4fa8a4dd2f (patch) | |
tree | 8a2ccdaf218db055a0f27f65ee044f2aa4928827 | |
parent | 662b3e35f3396b1456a4ec898761ae97c5199c5a (diff) |
formatting?
original-commit-id: 220a9d8346a2fe873d346618da3eb0f068a44411
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" +``` |