Commit 328ab651854da2e96659506320294a19b45d4fda

Authored by Georg Hopp
1 parent 9e1e4f78

try to fix the table

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -27,7 +27,7 @@ In a first run the state might be something simple as a
27 27 matrix where every field hold a unique value. e.g.
28 28
29 29 | | | | | | |
30   -| --- | --- | --- | --- | --- | --- |
  30 +| :-: | :-: | :-: | :-: | :-: | :-: |
31 31 | 1 | 4 | a | j | k | 9 |
32 32 | 1 | 4 | a | j | k | 9 |
33 33 | 1 | 4 | a | j | k | 9 |
... ...
Please register or login to post a comment