Delete 2019-06-22-test.md
This commit is contained in:
parent
7cb3bc1b86
commit
d3b3f59287
@ -1,35 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "test"
|
||||
date: 2019-06-22
|
||||
comments: true
|
||||
external-url:
|
||||
categories: Meta
|
||||
---
|
||||
|
||||
```python
|
||||
def test_method(x):
|
||||
return x**x
|
||||
|
||||
|
||||
print(test_method(5))
|
||||
```
|
||||
|
||||
# h1
|
||||
## h2
|
||||
### h3
|
||||
#### h4
|
||||
##### h5
|
||||
###### h6
|
||||
|
||||
**bold text**
|
||||
*italicized text*
|
||||
plain text
|
||||
|
||||
[link](#)
|
||||
|
||||
![image alt](https://i.imgur.com/ftW5Oan.png)
|
||||
|
||||
-----
|
||||
|
||||
\\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \\]
|
Loading…
Reference in New Issue
Block a user