Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 613 Bytes

test-syntax.md

File metadata and controls

38 lines (30 loc) · 613 Bytes

Hello

class HelloWorld{

}
<hey>
  <h1>Test</h1>
</hey>
<hey>
  <h1>Test</h1>
</hey>
pie title NETFLIX
         "Time spent looking for movie" : 90
         "Time spent watching it" : 10
Loading
sequenceDiagram
    Alice ->> Bob: Hello Bob, how are you?
    Bob-->>John: How about you John?
    Bob--x Alice: I am good thanks!
    Bob-x John: I am good thanks!
    Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

    Bob-->Alice: Checking with John...
    Alice->John: Yes... John, how are you?
Loading