Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes PowerShell square brackets formatting issue #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gabr
Copy link
Contributor

@gabr gabr commented Dec 4, 2020

Apparently having square brackets in listing is not possible. I tried
different forms of escaping them using \, `, [ and html codes without
success. Only switching syntax from listing to the block helped.

Apparently having square brackets in listing is not possible.  I tried
different forms of escaping them using \, `, [ and html codes without
success.  Only switching syntax from listing to the block helped.
@DGCK81LNN
Copy link

DGCK81LNN commented Jan 18, 2024

tried quotes ?

code: 
  - 0.1 + 0.2
  - 0.1 + 0.2 -eq 0.3
  - "[decimal]0.1 + [decimal]0.2 -eq [decimal]0.3"
  - 0.1d + 0.2d -eq 0.3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants