Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.74 KB

About.md

File metadata and controls

76 lines (50 loc) · 1.74 KB
title description
About
Information about the Ripped Guide.

Transparency

The Ripped Guide stores 0 Cookies in your Browser, doesn't use IndexedDB and only uses a dark or light value in Local Storage for the Theme.

The Ripped Guide uses Privacy-first Cloudflare Analytics to measure site activity.
This does not log any personal information apart from Country of Visit, Resolution, User-Agent and Referrer.
If you wish to opt-out, install uBlock Origin on your browser.

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, you can learn more about Markdown using the Markdown Tutorial.

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)

## Contributors

{{ github.contributors }}