Skip to content

Instantly share code, notes, and snippets.

@JosePedroDias
Last active April 26, 2025 16:22
Show Gist options
  • Save JosePedroDias/87c88031fe3915ac13a36d1c25df0ff9 to your computer and use it in GitHub Desktop.
Save JosePedroDias/87c88031fe3915ac13a36d1c25df0ff9 to your computer and use it in GitHub Desktop.
A Vegetariana

família n'A Vegetariana

---
config:
  look: handDrawn
  theme: neutral
---
flowchart TD
  subgraph pais
    direction LR
    Pai === Mae
  end

  subgraph casal
    direction LR
    Marido === Mulher
  end

  pais --- Mulher
  pais --- Irma
  pais --- Irmao

  Marido[Cheong
  _marido_]
  Mulher[Yeong-hye
  _mulher_]

  Pai[??
  _pai_]
  Mae[??
  _mãe_]
  Irmao[Yeong-ho
  _irmão_]
  Irma[In-hye
  _irmã_]

Mae:::m
Mulher:::m
Irma:::m

Pai:::h
Marido:::h
Irmao:::h

classDef h fill:#ccf
classDef m fill:#fcc
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment