commitdev / docs

Documentation for how stuff gets done at Commit

Home Page:https://docs.commit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a basic markdown guide for non-technical users in the Wiki

superkhau opened this issue · comments

We need a basic markdown guide that is easy to understand for non-technical users that will contribute to this project. For example:

// Headers work the same as Word
# Header 1
## Header 2
### Header 3
#### Header 4
...

// Italics
*italic text*

// how to make links to other websites
[The link text to show the user](https://the-location-i-want-to-link-to.com)