```mermaid
flowchart TD
A(🍞 Prepare Dough) --> B(⏲️ Let Dough Rise)
B --> C(🔪 Prepare Ingredients)
C --> D(🔥 Preheat Oven)
D --> E(🍕 Assemble Pizza)
E --> F(🎉 Bake)
F --> G(🍽️ Serve)
```
--
```mermaid
graph TD;
A[drugs]-->B["drug safety"];
A-->C;
B-->D;
Grass-->D;
Biology-->Chemistry;
class A,B,Grass internal-link;
```
## You should be seeing a basic diagram above this
```mermaid
flowchart TD;
subgraph Hiring Process
jobDescription[Post Job Description]
applicantSupply[Applicants Apply]
interview[Interview Candidates]
skillsTest[Work Skills Test]
hire[Final Hiring Decision]
end
subgraph Pre-Interview Preparation
committeeMeet[Committee Meeting]
rubric[Rubric Agreement]
testCreation[Work Skills Test Creation]
end
committeeMeet --> rubric;
committeeMeet --> testCreation;
jobDescription --> applicantSupply;
applicantSupply --> interview;
interview --> skillsTest;
skillsTest --> hire;
```
Uses mermaid js and works in publish
Note that regular syntax for aliases does not work
There might be a work around
#Meta/Obsidian #HowTo
## Related
- [[a flowchart of my day]]
- See https://www.youtube.com/watch?v=Tsu02d6Qti0&ab_channel=BryanJenks