Skip to content

markdown test

Latest
Compare
Choose a tag to compare
@Yarakashi-Kikohshi Yarakashi-Kikohshi released this 12 Oct 07:12
· 18 commits to main since this release
306251b

tag: test

GitHub Flavored Markdown (GFM)

  • GitHub Flavored Markdown (GFM)
  • セクションリンク
  • 相対リンク
  • Markdown 絵文字
  • 脚注
  • アラート
  • 画像のテーマ指定
  • カラーチップの表示
  • シンタックスハイライト
  • 数式
  • ダイアグラム
  • メンション
  • Ticket の参照
  • コミットハッシュの参照
  • Ticket ラベル
  • Suggested changes
  • コードスニペットの表示
  • 外部リソースの参照
  • Front matter のテーブル表示

line
breaks?

セクションリンク

セクションリンク

相対リンク

README

Markdown 絵文字

🎉

脚注

This is footnote.1

アラート

Note

This is note!

画像のテーマ指定

light dark
GitHub-Mark-Light GitHub-Mark-Dark

GitHub-Mark-Light
GitHub-Mark-Dark


Shows an illustrated sun in light color mode and a moon with stars in dark color mode.

カラーチップの表示

#FFFFFF

シンタックスハイライト

print("Hello World!")

数式

$f$, $g$

$$g(x) = \alpha x^2 + \beta x + \gamma$$

$$g(\xi) = \alpha \xi^2 + \beta \xi + \gamma$$

ダイアグラム

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!
flowchart LR
    Start --> Stop
{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [125.6, 10.1]
  },
  "properties": {
    "name": "Dinagat Islands"
  }
}
solid cube_corner
  facet normal 0.0 -1.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 1.0 0.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
  ...

メンション

@ghost

Ticket の参照

#1

コミットハッシュの参照

23bc734

jlord/sheetsee.js@a5c3785

Ticket ラベル

documentation Improvements or additions to documentation

Suggested changes

コードスニペットの表示

https://github.com/Yarakashi-Kikohshi/LaTeX-for-math/blob/306251b5b3e7f68f4bfeac65ee498916bd131843/.gitignore#L2-L13

外部リソースの参照

Front matter のテーブル表示

  1. Footnotes is this.