Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created October 2, 2019 17:20
Show Gist options
  • Save adamdriscoll/69e72c184febb1f099a76bb5e95043b7 to your computer and use it in GitHub Desktop.
Save adamdriscoll/69e72c184febb1f099a76bb5e95043b7 to your computer and use it in GitHub Desktop.
Example of PSHtml and UD that won't work.
$Html = (& {
div {
New-UDHeading -Text "Hey"
}
}) -join ''
New-UDHtml -Markup $Html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment