---
tags: tutorials, markdown
---
###### tags: `tutorials` `markdown` *authors: Brenda Ceja*
# Writing in Markdown: Tips and Tricks
### THE ULTIMATE MARKDOWN GUIDE
IS THIS LINK [HERE](https://www.markdownguide.org/basic-syntax/)! :D

### Tagging Notes
See this [tutorial](https://hackmd.io/s/how-to-tag-notes)! Essentially, you write `# `
and then click the last option that comes up: `###### tags:`
### "Dropdown" / Toggle View
[source](https://gist.github.com/citrusui/07978f14b11adada364ff901e27c7f61)
<details>
<summary>How do I dropdown?</summary>
<br>
This is how you dropdown.
</details>
*(hint! read the code version of this text!)*
<details open>
<summary>Want to ruin the surprise?</summary>
<br>
Well, you asked for it! Change details to
```
<details open>
```
</details>