Contents
Working directories
Deleting a repository - GitHub Docs
- On GitHub, navigate to the main page of the repository.
- Under your repository name, clickSettings.

- Under Danger Zone, clickDelete this repository.

- Read the warnings.
- To verify that you’re deleting the correct repository, type the name of the repository you want to delete.

- ClickI understand the consequences, delete this repository.
Mermaid test
Install
Google Chrome: GitHub + Mermaid - Chrome Web Store
Firefox: GitHub + Mermaid - Firefox Add-ons
1 | graph TD |
1 | graph LR |
mermaid-js/mermaid: Generation of diagram and flowchart from text in a similar manner as markdown
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
graph TD a --- b