Skip to content

Remove empty list item #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _linter/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ HC005:
attributes:
- title
- id
- draft
- labels
HC006:
title_line_length: 124
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "How to delete your Arduino account"
id: 360017090920
draft: true
---

Learn about Arduino account deletion.
Expand All @@ -13,12 +14,9 @@ You can request to have your account deleted from the profile page or within the

### On arduino<!-- nolink-->.cc

1. **Open your profile page:**
1. Go to [id.arduino.cc](https://id.arduino.cc/).

*
* Go directly to [id.arduino.cc](https://id.arduino.cc/).

2. Under **Account Settings**, find the text "If you wish to delete your Arduino account click here" and click on the link.
2. Under **Account Settings**, find the text "If you wish to delete your Arduino account click here". Click on **"click here"**.

![The deletion link on the Arduino profile page.](img/delete-your-arduino.account.png)

Expand Down