davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Markdown and books #141

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

Currently, books in the game have not been updated to markdown. This results in some very problematic stuff, for example:

Table of Contents:

Spells Pg

| Invisibility Potion 1 | | Pink Potion 2 | | Strength Potion 3 | | Jumping Potion 4 |

| Exploration Potion 5 |

Commands: (C)over (TOC) (N)ext (P)revious (B)ookmark (Q)uit [Type a page number to read it.]

Books could take advantage of markdown, if properly formatted. We should go back through all of the books and make sure that they use Markdown properly.