Janitor: Fix warnings about markdown files

These might change the layout of the rendered markdown files. This will
also fix some typos along the way:-)
This commit is contained in:
Tobias Hunger 2021-06-26 22:06:13 +02:00 committed by Olivier Goffart
parent 13d7f5e7bd
commit e01bd87df8
35 changed files with 216 additions and 243 deletions

View file

@ -12,7 +12,6 @@ check if a pair of tiles has been solved. And we need to add a property that Rus
tile interaction, to prevent the player from opening more tiles than allowed. No cheating allowed! First, we paste
the callback and property declarations into <span class="hljs-title">MainWindow</span>:
```60
{{#include main_game_logic_in_rust.rs:mainwindow_interface}}
```
@ -41,4 +40,4 @@ The `MainWindow` owns the callback handler, which itself owns a reference to the
instead of strong to avoid a memory leak.
These were the last changes and running the result gives us a window on the screen that allows us
to play the game by the rules.
to play the game by the rules.