Skip to content

Instantly share code, notes, and snippets.

@kzhk75
Last active March 10, 2022 00:22
Show Gist options
  • Save kzhk75/b962808c26d4e63db7fa4284fe26caac to your computer and use it in GitHub Desktop.
Save kzhk75/b962808c26d4e63db7fa4284fe26caac to your computer and use it in GitHub Desktop.

text format/markdown format できそうなことを練習してみます。

Mermaid

GitHub でできるならと思い Gist でも試してみました。

reference

graph LR
  いのき --> ボンバイエ
  ボンバイエ --> いのき
Loading
flowchart LR
  ヒロインA & ヒロインB --> 主人公
Loading
gantt
  title ガントチャートのサンプル
  axisFormat %m/%d
  dateFormat YYYY-MM-DD
  excludes 2022-01-07, weekends

  Completed task :done,   a1, 2022-01-03, 3d
  Active task    :active, a2, after a1,   3d
  Future task    :        a3, after a2,   1d
Loading
sequenceDiagram
  autonumber
  Client->>+Server: GET /issues
  Server-->>-Client: response
Loading

Mathjax on Gist

Gist で LaTeX コマンドが利用できないかと思い調べてみましたが、 現時点[2022-03-10]では簡単な方法が見つからず。

Marp

Gist

Scrapbox

text 入力で簡潔なのはやはり Scrapbox ? LaTeX via もある程度OK https://cockscomb.hatenablog.com/entry/2022/02/21/101812

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment