Skip to content

Commit c7ae5b7

Browse files
committed
RFC for PowerShell Core Interop Module
1 parent 16ce762 commit c7ae5b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

1-Draft/RFCXXXX-PowerShell-Core-Interop-Module.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ to "windowize" the Linux platform and would be confusing for Linux professionals
4545
###example
4646
Only tested on CentOS - so may need improvement for other distros
4747

48-
`
48+
~~~~
4949
$RunningOnWindows = $true
5050
If ((Test-Path variable:IsWindows) -AND !$IsWindows)
5151
{
@@ -69,7 +69,8 @@ If ([System.IntPtr]::Size -eq 8)
6969
{
7070
$PROCBitness = 64
7171
}
72-
`
72+
~~~~
73+
7374
## Alternate Proposals and Considerations
7475

7576
Alternatively any individual who has the need for such functionality will generally pursue it on their own, resulting in many custom solutions and lacking the value of community collaboration.

0 commit comments

Comments
 (0)