Skip to content

Commit 0d55258

Browse files
authored
Structure of Example: Enhance formatting
Made the structure of example more distinguishing
2 parents 66d9aaa + c2d42a5 commit 0d55258

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -108,32 +108,32 @@ So, here ya go...
108108

109109
All the examples are structured like below:
110110

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+
> ```
137137
138138
139139
# Usage

0 commit comments

Comments
 (0)