35 lines
373 B
Markdown
Executable File
35 lines
373 B
Markdown
Executable File
---
|
|
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} \\] |