Forrest logo
back to context overview

show-markdown

List of commands for show-markdown:

  • show-markdown:tldr:32bcc show-markdown: Render markdown to console from a file.
    $ Show-Markdown -Path ${path\to\file}
    try on your machine
    explain this command
  • show-markdown:tldr:599bf show-markdown: Open Markdown file in a browser.
    $ Show-Markdown -Path ${path\to\file} -UseBrowser
    try on your machine
    explain this command
  • show-markdown:tldr:d05cc show-markdown: Render markdown to console from string.
    $ ${"# Markdown content"} | Show-Markdown
    try on your machine
    explain this command
back to context overview