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!")
}

画面(一部) enter image description here


H2O 2^10^

ItemValue
Computer$1600
Phone$12
Pipe$1

Some text with a footnote.1

Column 1Column 2
centeredright-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

  1. The footnote.