Skip to content

Instantly share code, notes, and snippets.

@ento
Created November 12, 2023 20:07
Show Gist options
  • Save ento/ef0f31b1c1f056d158c084024d06873b to your computer and use it in GitHub Desktop.
Save ento/ef0f31b1c1f056d158c084024d06873b to your computer and use it in GitHub Desktop.

Revisions

  1. ento created this gist Nov 12, 2023.
    16 changes: 16 additions & 0 deletions chart.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    ```mermaid
    flowchart TD
    袱 --> 衣 -->|-1| 示
    袱 --> 人
    袱 --> 犬
    猱 --> 犬
    猱 --> 矛 -->|-1| 予
    猱 --> 木
    猱 <--> 申
    犬 --> 犬神
    示 --> 犬神
    申 --> 犬神
    予 --> ひとをうむまぼろしのき[ひとをうむまぼろしのき\nさかさまのまぼろしのきにつるされたひと]
    人 --> ひとをうむまぼろしのき
    木 --> ひとをうむまぼろしのき
    ```