About
Transparency
The Ripped Guide stores no cookies on one's browser, doesn't use IndexedDB and only stores one value (the theme switch) in Local Storage.
Contributing
Feel free to contribute by making a Pull Request or an issue with your contribution in our docs repo.
Formatting
This website is generated using mkdocs & Markdown, you can learn more about the latter here.
In brief, here's how Markdown works:
---
title: (title here)
description: (a short description that will appear in embeds)
---
# Header
Content
> Quote
## Subheading
here is a [link](https://ripped.guide)
here is *italic text*
here is **bold text**
here is **_italic and bold text_**
here is an unordered list:
- item 1
- item 2
here is an ordered list:
1. item 1
2. item 2
You can also use these HTML tags,
here is <u>underlined text</u>
here is <small>small text</small>
here is <span style="color:red">red color text</span>
Guides
For Guides, you may include some extra metadata at the top (within the ---
):
author: (you)
contributors: (remove this line if empty)