StackEdit
なんか表示が壊れてるので、設定変えてチャレンジ。(2018/02/16)
casseurというオンラインMarkdownエディタを使ってましたが、サービス終了のためこちらに移行するよう促されたので、早速移行しました。
という内容の投稿テスト
表示テスト
-
数式 $\displaystyle\int x^adx=\dfrac{x^{a+1}}{a+1}+C::(a\neq -1)$
-
rust
fn main() {
println!("Hello world!");
}
- go
package main
import "fmt"
func main() {
fmt.println("Hello, World!")
}
- kotlin
fun main(args: Array<String>) {
println("Hello, World!")
}
画面(一部)
H2O
2^10^
| Item | Value |
|---|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
Some text with a footnote.1
| Column 1 | Column 2 |
|---|---|
| centered | right-aligned |
Markdown converts text to HTML.
*[HTML]: HyperText Markup Language
The Gamma function satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral
$$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt,. $$
Written with StackEdit.
Footnotes
-
The footnote. ↩