Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.06 KB

41-jokers.ptbk.md

File metadata and controls

50 lines (35 loc) · 1.06 KB

✨ 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

      click templateQuestion href "#question" "💬 Question";

      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}