• the following snippet will not display properly after the second line double quotation marks (right after ".onmicrosoft.com",). works correctly if using 2 single quotes though.

    code language="ps"
    $var = # comment here
    $var2 = (something).replace(".onmicrosoft.com", "")
    Write-Host "echoes string"
    /code
    • This topic was modified 6 years, 8 months ago by fallax010.
  • The topic ‘double quotation marks break formatting for ps brush’ is closed to new replies.