Formatting

This commit is contained in:
sunqingyao 2017-09-07 16:52:34 +08:00 committed by GitHub
parent 66d9aaa705
commit c2d42a5e52
1 changed files with 26 additions and 26 deletions

52
README.md vendored
View File

@ -108,32 +108,32 @@ So, here ya go...
All the examples are structured like below: All the examples are structured like below:
### Some fancy Title > ### Some fancy Title
>
```py > ```py
# Setting up the code. > # Setting up the code.
# Preparation for the magic... > # Preparation for the magic...
``` > ```
>
**Output (Python version):** > **Output (Python version):**
```py > ```py
>>> triggering_statement > >>> triggering_statement
Probably unexpected output > Probably unexpected output
``` > ```
(Optional): One line describing the unexpected output. > (Optional): One line describing the unexpected output.
>
>
#### 💡 Explanation: > #### 💡 Explanation:
>
* Brief explanation of what's happening and why is it happening. > * Brief explanation of what's happening and why is it happening.
```py > ```py
Setting up examples for clarification (if necessary) > Setting up examples for clarification (if necessary)
``` > ```
**Output:** > **Output:**
```py > ```py
>>> trigger # some example that makes it easy to unveil the magic > >>> trigger # some example that makes it easy to unveil the magic
# some justified output > # some justified output
``` > ```
# Usage # Usage