You can now add a Markdown-formatted description to your styleguide and spacing system, which allows your team to more formally document the resources available there.
Here, you can mention topics like: design philosophy, how the styleguide should be applied across the product, best practices and so on.
Using Markdown, you can organize and stylize the content so it can easily be read and referenced by your team.
Commonly used Markdown features:
Header
Use #
in front of some text to provide emphasis. You can even use multiple #
to add hierarchy.
# Ice Cream
## Ice Cream
### Ice Cream
Bold
You can wrap your text with **
to make it bold.
**Fudge Brownie**
Italics
Use _
around your text to italicize it.
_cookie_
Strike
Add ~
around your text to add a strike through it.
~caramel~
Code
Add a code block by wrapping the text with `
.
`whipped cream`
Quote
Using >
in front of a block of text will show it indented. >And cherries?
Attachments
You can also add links, images, GIFs, and videos.
For more details, check out: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet