Pretty Paper

Pretty Paper is a Gatsby Starter for creating style guides, documentations, or design systems. With Pretty Paper, you can easily write your documentation using Markdown. To simplify the writing of Design Specification, the Markdown synatx has been extended with special code blocks. This allows you to quickly define colors, fonts, text styles, or add videos and lottie animations to your documentation.

color.md
```color
hex:
```
blueviolet#454CFF
RobotoLight
font.md
```font
font: Roboto
weight:
```
lottie.md
```lottie
src: example_lottie.json
````
video.md
```video
src: example_video.mp4
autoplay: true
````