Skip to content

Instantly share code, notes, and snippets.

@cd01
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cd01/9409254 to your computer and use it in GitHub Desktop.
Save cd01/9409254 to your computer and use it in GitHub Desktop.
PowerShell の [hoge]::hogehoge みたいなのが Markdown で表示できない問題。restructuredText なら表示できるみたい。あと,Markdown でも,行末にセミコロン付けると表示される(バッドノウハウっぽいw

raw text

[hoge]::hogehoge
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "")
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "");

START
::Test
[test]
test]::
[test::
[test]:
[test]::
[test]::Test
[test.abc]::ABC
[test.abc]::ABC #With Comment
[System.Management.Automation.Language.DynamicKeyword]::Reset()
END

code block

[hoge]::hogehoge
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "")
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "");

START
::Test
[test]
test]::
[test::
[test]:
[test]::
[test]::Test
[test.abc]::ABC
[test.abc]::ABC #With Comment
[System.Management.Automation.Language.DynamicKeyword]::Reset()
END

raw text

[hoge]::hogehoge
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "")

START
::Test
[test]
test]::
[test::
[test]:
[test]::
[test]::Test
[test.abc]::ABC
[test.abc]::ABC #With Comment
[System.Management.Automation.Language.DynamicKeyword]::Reset()
END

code block

[hoge]::hogehoge
[System.IO.Compression.Zipfile]::ExtractToDirectory("", "")

START
::Test
[test]
test]::
[test::
[test]:
[test]::
[test]::Test
[test.abc]::ABC
[test.abc]::ABC #With Comment
[System.Management.Automation.Language.DynamicKeyword]::Reset()
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment