Touch here
Swipe here
Swipe here
Use the top left button to select the markdown file (.md) you wish to view as a deck of cards.
Start at the beginning of the current deck with the refresh button.
Change the font size with the scroll selector.
# front 1
back 1
### front 2
back 2
$Inline math goes here.$
$$
Outline math goes here.
$$
For example:
~~~cpp
C++ code here (see supported languages)
~~~
For example:
for (int i = 0; i < 10; ++i) { std::cout << i << ' '; }