feat(pb071): make the table look better

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-11-05 16:32:14 +01:00
parent 26741e96d0
commit bbf44d1ea9
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -92,9 +92,10 @@ or `nil`. Why would we have `nil` in a file? The file represents pre-order itera
through the tree. Leaves never have rank different than 0, so you can safely assume through the tree. Leaves never have rank different than 0, so you can safely assume
2 non-existing `nil`s in the input after you read such node ;) 2 non-existing `nil`s in the input after you read such node ;)
<table><tr> <table>
<tr><th>Example input file</th><th>Tree it represents</th></tr>
<tr>
<td> <td>
Example input file
``` ```
8;4 8;4
@ -116,7 +117,6 @@ nil
</td> </td>
<td> <td>
Tree it represents
![tree](/files/pb071/bonuses/08/tree.png) ![tree](/files/pb071/bonuses/08/tree.png)