File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -108,32 +108,32 @@ So, here ya go...
108
108
109
109
All the examples are structured like below:
110
110
111
- ### Some fancy Title
112
-
113
- ``` py
114
- # Setting up the code.
115
- # Preparation for the magic...
116
- ```
117
-
118
- ** Output (Python version):**
119
- ``` py
120
- >> > triggering_statement
121
- Probably unexpected output
122
- ```
123
- (Optional): One line describing the unexpected output.
124
-
125
-
126
- #### 💡 Explanation:
127
-
128
- * Brief explanation of what's happening and why is it happening.
129
- ``` py
130
- Setting up examples for clarification (if necessary)
131
- ```
132
- ** Output:**
133
- ```py
134
- >> > trigger # some example that makes it easy to unveil the magic
135
- # some justified output
136
- ```
111
+ > ### Some fancy Title
112
+ >
113
+ > ``` py
114
+ > # Setting up the code.
115
+ > # Preparation for the magic...
116
+ > ```
117
+ >
118
+ > ** Output (Python version):**
119
+ > ```py
120
+ > > >> triggering_statement
121
+ > Probably unexpected output
122
+ > ```
123
+ > (Optional): One line describing the unexpected output.
124
+ >
125
+ >
126
+ > # ### 💡 Explanation:
127
+ >
128
+ > * Brief explanation of what' s happening and why is it happening.
129
+ > ```py
130
+ > Setting up examples for clarification (if necessary)
131
+ > ```
132
+ > ** Output:**
133
+ > ```py
134
+ > >> > trigger # some example that makes it easy to unveil the magic
135
+ > # some justified output
136
+ > ```
137
137
138
138
139
139
# Usage
You can’t perform that action at this time.
0 commit comments