Skip to content

Commit 08ec019

Browse files
authored
Merge pull request #270 from MicrosoftDocs/master
Merging markdig migrated content from Master into Live
2 parents 113aa92 + aa29a0f commit 08ec019

File tree

5 files changed

+108
-103
lines changed

5 files changed

+108
-103
lines changed

WSL/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"fileMetadata": {},
4141
"template": [],
42-
"dest": "wsl"
42+
"dest": "wsl",
43+
"markdownEngineName": "markdig"
4344
}
4445
}

WSL/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ Using your mounted drives, you can edit code in, for example, `C:\dev\myproj\` u
8686
## Are files in the Linux drive different from the mounted Windows drive?
8787

8888
1. Files under the Linux root (i.e. `/`) are controlled by WSL which mimics Linux specific behavior, including but not limited to:
89-
* Files which contain invalid Windows filename characters
90-
* Symlinks created for non-admin users
91-
* Changing file attributes through chmod and chown
92-
* File/folder case sensitivity
89+
* Files which contain invalid Windows filename characters
90+
* Symlinks created for non-admin users
91+
* Changing file attributes through chmod and chown
92+
* File/folder case sensitivity
9393

9494
2. Files in mounted drives are controlled by Windows and have the following behaviors:
95-
* Support case sensitivity
96-
* All permissions are set to best reflect the Windows permissions
95+
* Support case sensitivity
96+
* All permissions are set to best reflect the Windows permissions
9797

9898
## Why are there so many errors when I run apt-get upgrade?
9999
Some packages use features that we haven't implemented yet. `udev`, for example, isn't supported yet and causes several `apt-get upgrade` errors.

0 commit comments

Comments
 (0)