Skip to content

Security: Yarakashi-Kikohshi/LaTeX-for-math

Security

SECURITY.md

tag
test

GitHub Flavored Markdown (GFM)

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

セクションリンク

セクションリンク

相対リンク

README

Markdown 絵文字

🎉

脚注

This is footnote.1

アラート

Note

This is note!

画像のテーマ指定

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

GitHub-Mark-Light GitHub-Mark-Dark


カラーチップの表示

#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!
Loading
flowchart LR
    Start --> Stop
Loading
{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [125.6, 10.1]
  },
  "properties": {
    "name": "Dinagat Islands"
  }
}
Loading
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
  ...
Loading

メンション

@ghost

Ticket の参照

#1

コミットハッシュの参照

23bc7348d98e819e01815da3820844f3e0702b6a

https://github.com/jlord/sheetsee.js/commit/a5c3785ed8d6a35868bc169f07e40e889087fd2e

Ticket ラベル

documentation Improvements or additions to documentation

Suggested changes

コードスニペットの表示

*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb

外部リソースの参照

Front matter のテーブル表示

Syntax Release Milestone files Tickets Comments Wiki Gist
GitHub Flavored Markdown
Markdown emoji
Footnotes
Alerts
Specify images by light or dark theme
Section links
Relative links
Color models
Syntax highlighting
Mathematical expressions
Diagrams
Mention
Ticket reference
Commit hash reference
Ticket labels
Suggested changes Only in PRs
Code snippet
External resource reference
Front matter table display

Footnotes

  1. Footnotes is this.

There aren’t any published security advisories