fixing showing rst tags

This commit is contained in:
TG-Techie 2019-05-15 21:22:40 -04:00 committed by GitHub
parent bd69212a19
commit 0d64ddaf84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,9 +131,9 @@ Behavior
``samd.disable_autoreload()``) ``samd.disable_autoreload()``)
- Entering the REPL after the main code is finished requires a key press which enters the REPL and - Entering the REPL after the main code is finished requires a key press which enters the REPL and
disables autoreload. disables autoreload.
- Main is one of these: ``code.txt``, **``code.py``**, ``main.py``, - Main is one of these: ``code.txt``, ``code.py``, ``main.py``,
``main.txt`` ``main.txt``
- Boot is one of these: ``settings.txt``, ``settings.py``, **``boot.py``**, - Boot is one of these: ``settings.txt``, ``settings.py``, ``boot.py``,
``boot.txt`` ``boot.txt``
API API