Skip to content

Instantly share code, notes, and snippets.

@ayanonagon
Last active November 8, 2015 03:08
Show Gist options
  • Save ayanonagon/c35b982c5ad757310a99 to your computer and use it in GitHub Desktop.
Save ayanonagon/c35b982c5ad757310a99 to your computer and use it in GitHub Desktop.
var markdown = Markdown()
let html = licenses.map { markdown.transform($0.writableString) }.joinWithSeparator("\n")
try html.writeToFile("Venmo/Resources/LICENSES.html", atomically: false, encoding: NSUTF8StringEncoding)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment