Skip to content

Commit 59ebd1a

Browse files
committed
chore: MD036 no-emphasis-as-heading
Disabled this check in two files.
1 parent c7541d4 commit 59ebd1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/container_setup/gitpod_workspace/workspacestop_and_restart.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ the state it was in when it was last stopped.
2828

2929
### Managing and Sustaining Codespaces
3030

31-
**Gitpod Workspace Pinning**
31+
#### Gitpod Workspace Pinning
32+
33+
<!-- markdownlint-disable MD036 -->
3234

3335
**Purpose:** Workspace pinning prevents important workspaces from being
3436
automatically deleted.
@@ -48,3 +50,5 @@ deletion. ![manage gitpod workspace](../../assets/manage_workspace.png)
4850
Protects critical projects or environments from accidental loss. Ensures
4951
long-term availability of specific workspaces that you frequently use or need to
5052
preserve.
53+
54+
<!-- markdownlint-enable MD036 -->

docs/tutorials/building_r.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdownlint-disable MD036 -->
12
**1) Environment variables**
23

34
- We have environment variables defining paths to directories for building R and

0 commit comments

Comments
 (0)