Skip to content

Commit 8d03403

Browse files
committed
docs: remove math block example
1 parent 64e7251 commit 8d03403

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

  • src/content/posts/showing-off-blog-features

src/content/posts/showing-off-blog-features/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -218,42 +218,6 @@ Make those equations pretty! $ \frac{a}{b} \cdot b = a $
218218
219219
Make those equations pretty! $ \frac{a}{b} \cdot b = a $
220220

221-
You can use double dollar-sign to show a display-style formula.
222-
223-
```
224-
Let's look at Einstein's great formula:
225-
$$
226-
E=mc^2
227-
$$
228-
```
229-
230-
Let's look at Einstein's great formula:
231-
$$
232-
E=mc^2
233-
$$
234-
235-
You can also number the formula.
236-
237-
```
238-
The Pythagoras theorem is
239-
$$
240-
c^2=a^2+b^2\tag{1}
241-
$$
242-
It is very similar to Einstein's great formula
243-
$$
244-
E^2=m^2c^4+c^2p^2\tag{2}
245-
$$
246-
```
247-
248-
The Pythagoras theorem is
249-
$$
250-
c^2=a^2+b^2\tag{1}
251-
$$
252-
It is very similar to Einstein's great formula
253-
$$
254-
E^2=m^2c^4+c^2p^2\tag{2}
255-
$$
256-
257221
## HTML Elements
258222

259223
<button>A Button</button>

0 commit comments

Comments
 (0)