Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1020 Bytes

41-jokers.ptbk.md

File metadata and controls

48 lines (34 loc) · 1020 Bytes

✨ Sample: Jokers

%% 🔮 Tip: Open this on GitHub or in the VSCode website to see the Mermaid graph visually

flowchart LR
  subgraph "✨ Sample: Jokers"

      direction TB

      input((Input)):::input
      templateQuestion("💬 Question")
      input--"{name1}"-->templateQuestion
      input--"{name2}"-->templateQuestion

      templateQuestion--"{name}"-->output
      output((Output)):::output

      classDef input color: grey;
      classDef output color: grey;

  end;
Loading

💬 Question

  • JOKER {name1}
  • JOKER {name2}
  • EXPECT MIN 2 WORDS
Write some name for hero

-> {name}