Skip to content

Commit

Permalink
Fix support for multiline vaues
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Dec 28, 2023
1 parent 5f9de99 commit ab484b0
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-dev/lab-web-web-dev/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down Expand Up @@ -504,7 +504,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-prd/lab-web-web-prd/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down Expand Up @@ -783,7 +783,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-stg/lab-web-web-stg/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-dev/lab-web-web-dev/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down Expand Up @@ -504,7 +504,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-prd/lab-web-web-prd/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down Expand Up @@ -783,7 +783,7 @@
Path: /home/docs/rdvmohoro.mail.ccsctp.net/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-stg/lab-web-web-stg/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-dev/lab-web-web-dev/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down Expand Up @@ -499,7 +499,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-prd/lab-web-web-prd/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down Expand Up @@ -778,7 +778,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-stg/lab-web-web-stg/index.md,
Exists: true,
Hidden: false,
Length: 3843
Length: 3883
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-dev/lab-web-web-dev/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down Expand Up @@ -499,7 +499,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-prd/lab-web-web-prd/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down Expand Up @@ -778,7 +778,7 @@
Path: /home/docs/291bba3f-e0a5-47bc-a099-3bdcb2a50a05/lab-stg/lab-web-web-stg/index.md,
Exists: true,
Hidden: false,
Length: 4976
Length: 5016
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

| Key | Value |
|-------------------------------------|-------------------------------------------------------------------------------------------------|
| **Always On** | `false` |
| **Default Documents** | `[<br> "Default.htm",<br> "Default.html",<br> "Default.asp",<br> "index.htm",<br> "index.html",<br> "iisstart.htm",<br> "default.aspx",<br> "index.php",<br> "hostingstart.html"<br>]` |
| **Http20 Enabled** | `false` |
| **Load Balancing** | `"LeastRequests"` |
| **Min Tls Version** | `"1.2"` |
| **Number Of Workers** | `1` |
| **Use32 Bit Worker Process** | `true` |
| **Vnet Name** | `""` |
| **Web Sockets Enabled** | `false` |
| **Always On** | <pre style="white-space: pre-wrap;">false</pre> |
| **Default Documents** | <pre style="white-space: pre-wrap;">[<br> "Default.htm",<br> "Default.html",<br> "Default.asp",<br> "index.htm",<br> "index.html",<br> "iisstart.htm",<br> "default.aspx",<br> "index.php",<br> "hostingstart.html"<br>]</pre> |
| **Http20 Enabled** | <pre style="white-space: pre-wrap;">false</pre> |
| **Load Balancing** | <pre style="white-space: pre-wrap;">"LeastRequests"</pre> |
| **Min Tls Version** | <pre style="white-space: pre-wrap;">"1.2"</pre> |
| **Number Of Workers** | <pre style="white-space: pre-wrap;">1</pre> |
| **Use32 Bit Worker Process** | <pre style="white-space: pre-wrap;">true</pre> |
| **Vnet Name** | <pre style="white-space: pre-wrap;">""</pre> |
| **Web Sockets Enabled** | <pre style="white-space: pre-wrap;">false</pre> |
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

| Key | Value |
|-------------------------------------|-------------------------------------------------------------------------------------------------|
| **Request Tracing Enabled** | `false` |
| **Request Tracing Enabled** | <pre style="white-space: pre-wrap;">false</pre> |
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Key | Value |
|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| **APPINSIGHTS_INSTRUMENTATIONKEY** | `******************` |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | `************************************************************` |
| **SECRET_GREETING** | `*********************************************` |
| **WEBSITE_RUN_FROM_PACKAGE** | `1` |
| **APPINSIGHTS_INSTRUMENTATIONKEY** | <pre style="white-space: pre-wrap;">******************</pre> |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | <pre style="white-space: pre-wrap;">************************************************************</pre> |
| **SECRET_GREETING** | <pre style="white-space: pre-wrap;">*********************************************</pre> |
| **WEBSITE_RUN_FROM_PACKAGE** | <pre style="white-space: pre-wrap;">1</pre> |
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Key | Value |
|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| **APPINSIGHTS_INSTRUMENTATIONKEY** | `00000000-0000-0000-0000-000000000000` |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | `************************************************************` |
| **SECRET_GREETING** | `*********************************************` |
| **WEBSITE_RUN_FROM_PACKAGE** | `1` |
| **APPINSIGHTS_INSTRUMENTATIONKEY** | <pre style="white-space: pre-wrap;">00000000-0000-0000-0000-000000000000</pre> |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | <pre style="white-space: pre-wrap;">************************************************************</pre> |
| **SECRET_GREETING** | <pre style="white-space: pre-wrap;">*********************************************</pre> |
| **WEBSITE_RUN_FROM_PACKAGE** | <pre style="white-space: pre-wrap;">1</pre> |
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Key | Value |
|--------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| **APPINSIGHTS_INSTRUMENTATIONKEY** | `******************` |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | `************************************************************` |
| **SECRET_GREETING** | `*********************************************` |
| **WEBSITE_RUN_FROM_PACKAGE** | `1` |
| **APPINSIGHTS_INSTRUMENTATIONKEY** | <pre style="white-space: pre-wrap;">******************</pre> |
| **APPLICATIONINSIGHTS_CONNECTION_STRING** | <pre style="white-space: pre-wrap;">************************************************************</pre> |
| **SECRET_GREETING** | <pre style="white-space: pre-wrap;">*********************************************</pre> |
| **WEBSITE_RUN_FROM_PACKAGE** | <pre style="white-space: pre-wrap;">1</pre> |
2 changes: 1 addition & 1 deletion src/ARI/Extensions/TextWriterMarkdownExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ await writer.WriteLineAsync(

await writer.WriteLineAsync(
FormattableString.Invariant(
$"| {key.SeparateByCase().Bold(),-NameColumnWidth} | {value?.ToJsonString(PropertiesValueOptions).CodeLine(),-DescriptionColumnWidth} |"
$"| {key.SeparateByCase().Bold(),-NameColumnWidth} | {value?.ToJsonString(PropertiesValueOptions).PreLine(),-DescriptionColumnWidth} |"
)
);
}
Expand Down

0 comments on commit ab484b0

Please sign in to comment.