NotesHub Notebook
Like my hubbeh, except wehda notah!.
Me? Got laid off the other day. No big. Just job. Probably get the best job of all time next.
For now we can practice writing some Markdown. And I’m talking about more than just your old italics or bold or even the strikethrough
You got your basic quote styling like this.
Then you can even nest it like this.
[!INFO] And friend, how bout a goold ol’ fashionec call’em out.
And a table after that?
| Table Heading | Table Heading | Table Heading |
|---|---|---|
| This is some table content. | Isn’t that so neat? | My lovely table, I mean? |
| Another row of table? | Yes I think so. | Oh what a lovely row we row. |
| And another yet again. | For the stripe this time. | And now it shall end, my stupid rhyme. |
sequenceDiagram
Alice->>+John: Hello John, how are you?
Alice->>+John: John, can you hear me?
John-->>-Alice: Hi Alice, I can hear you!
John-->>-Alice: I feel great!
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]