Skip to content

Multiple inline code segments not working when line starts with ## #11

@spiralofhope

Description

@spiralofhope

The following code doesn't work:

##PrintAndReturnSomething## uses ##echo## (which is an alias for ##Write-Output##) to print "Hello, World".

The regular expression matches ## uses ## and ## (which is an alias for ## rather than the other way around.

Workarounds:

  • Use backticks at the beginning of a line.
  • Wrap the line in {{! and !}}

skrysm#16

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions