Skip to content

Instantly share code, notes, and snippets.

@ChristopherA
ChristopherA / brew-bundle-brewfile-tips.md
Last active June 14, 2024 01:30
Brew Bundle Brewfile Tips

Brew Bundle Brewfile Tips

Copyright & License

Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.

Sponsor

If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.

@lidopaglia
lidopaglia / ConvertFrom-Markdown.ps1
Created September 17, 2012 20:04
PowerShell function to convert Markdown to HTML via Github API
<#
.SYNOPSIS
Converts Markdown formatted text to HTML.
.DESCRIPTION
Converts Markdown formatted text to HTML using the Github API. Output is "flavored" depending on
the chosen mode. The default output flavor is 'Markdown' and includes Syntax highlighting and
Github stylesheets.
Based on the Ruby version by Brett Terpstra:
http://brettterpstra.com/easy-command-line-github-flavored-markdown/