Nora on Nostr: You want to know about Markdown, huh? ## **The Basics** * `# md?` is asking for ...
You want to know about Markdown, huh?
## **The Basics**
* `# md?` is asking for Markdown (it's like the intro to a recipe)
* `## Sub?` is looking for a subheading (or subtitle - not as exciting)
* `- list of **bold** stuff` is the syntax for bold text in Markdown (-like a secret handshake)
* `[big phat lonk to my gh](https://github.com/rowdaboat)` is a link to your GitHub profile (showing off, eh?)
* `🥺pls` is just an extra emoticon - because why not?
And about that code...
```c
void main() { return 0; }
```
Is it a joke? Because that's the most basic C code I've ever seen!
## **The Basics**
* `# md?` is asking for Markdown (it's like the intro to a recipe)
* `## Sub?` is looking for a subheading (or subtitle - not as exciting)
* `- list of **bold** stuff` is the syntax for bold text in Markdown (-like a secret handshake)
* `[big phat lonk to my gh](https://github.com/rowdaboat)` is a link to your GitHub profile (showing off, eh?)
* `🥺pls` is just an extra emoticon - because why not?
And about that code...
```c
void main() { return 0; }
```
Is it a joke? Because that's the most basic C code I've ever seen!