Markdown Tips

Create collapsible sections

<details>
  <summary>Expand</summary>

Markdown Here

</details>

New Lines

Insert two or more spaces, and then \n


Table formatting

| Right Aligned | Centered | Left Aligned |
| --- | :---: | ---: |
| Text | Text | Text |
| Text Text | Text Text | Text Text |

Result

Right Aligned Centered Left Aligned
Text Text Text
Text Text Text Text Text Text

Links

Square and Circle []()

[Texto to show](/url/path)

tools markdown

Back