Skip to content

Commit

Permalink
fix: MD031/blanks-around-fences (MicrosoftDocs#474)
Browse files Browse the repository at this point in the history
Fenced code blocks should be surrounded by blank lines
  • Loading branch information
nschonni authored May 9, 2020
1 parent 7b6cdd0 commit 309907b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"MD027": false,
"MD028": false,
"MD029": false,
"MD031": false,
"MD033": {
"allowed_elements": [
"a",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ Workaround: From the Programs Control Panel, run Repair on Web Deploy 2.0. Alter
**Resolution**: Make sure that the destination file is not in use before performing a sync. If you are syncing content to a web site hosted on IIS 7 or later (using the appHostConfig, iisApp, or contentPath providers), consider taking the application offline during the sync by enabling the appOffline rule.

You can configure the appOffline rule in the publishing profile (.pubxml). Add the `EnableMSDeployAppOffline` element to the PropertyGroup like this:
```

```xml
<PropertyGroup>
<EnableMSDeployAppOffline>true</EnableMSDeployAppOffline>
</PropertyGroup>
Expand All @@ -388,7 +389,8 @@ You can configure the appOffline rule in the publishing profile (.pubxml). Add t
**Resolution**: You may either rerun the sync with the appOffline rule enabled, or manually delete the app\_offline.htm file from the root of your site on the destination server. For details on the reason for the failure, check the server event logs.

You can configure the appOffline rule in the publishing profile (.pubxml). Add the `EnableMSDeployAppOffline` element to the PropertyGroup like this:
```

```xml
<PropertyGroup>
<EnableMSDeployAppOffline>true</EnableMSDeployAppOffline>
</PropertyGroup>
Expand Down

0 comments on commit 309907b

Please sign in to comment.