Skip to content

Commit 54ec601

Browse files
author
malhotra5
committed
Making block quotes
1 parent 196d9ff commit 54ec601

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,11 @@ We will break this into parts:
129129
* Method: The construct method is special to manim. Manim calls on construct for creating animations. Therefore, every class that runs manim has to have this method.
130130
* Code: You don't have to fully understand how the code works yet. But you can see that you first define your animations, and then you display it. You can experiment with the order in which you define and display.
131131

132-
> **NOTE**: If you recall, to run this animation, you would run the following in the terminal -
133-
>```bash
134-
> python3 -m manim fileName.py Shapes -pl
135-
> ```
136-
137-
> Some code:
138-
>
139-
> ```lang-js
140-
> const a = 0
141-
> ```
132+
> **NOTE:** If you recall, to run this animation, you would run the following in the terminal -
133+
134+
```bash
135+
python3 -m manim fileName.py Shapes -pl
136+
```
142137

143138
**Click for results on YouTube:**
144139

0 commit comments

Comments
 (0)