Skip to content

Instantly share code, notes, and snippets.

@vScripter
Created September 5, 2017 18:31
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 vScripter/278883d3ca1f5e0d6d98cc8d595c1ebd to your computer and use it in GitHub Desktop.
Save vScripter/278883d3ca1f5e0d6d98cc8d595c1ebd to your computer and use it in GitHub Desktop.
Add-WorkLog 'This is the first item of the day'
Add-WorkLog 'This is the first sub-item of the day' -Indent 1
Add-WorkLog 'This is the first sub-sub-item of the day' -Indent 2
Add-WorkLog 'This is the second item of the day'
Add-WorkLog "This is how using back-tick marks through the PowerShell console can be used to ````show code```` in the GFM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment