diff --git a/_posts/2019-06-22-test.md b/_posts/2019-06-22-test.md deleted file mode 100755 index be64fa2..0000000 --- a/_posts/2019-06-22-test.md +++ /dev/null @@ -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} \\] \ No newline at end of file