tracks/lua/exercises/pov/README.md in trackler-2.2.1.47 vs tracks/lua/exercises/pov/README.md in trackler-2.2.1.48

- old
+ new

@@ -6,11 +6,11 @@ This exercise is all about re-orientating a graph to see things from a different point of view. For example family trees are usually presented from the ancestor's perspective: -``` +```text +------0------+ | | | +-1-+ +-2-+ +-3-+ | | | | | | 4 5 6 7 8 9 @@ -18,10 +18,10 @@ But the same information can be presented from the perspective of any other node in the graph, by pulling it up to the root and dragging its relationships along with it. So the same graph from 6's perspective would look like: -``` +```text 6 | +-----2-----+ | | 7 +-----0-----+