This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// If you paste code from Visual Studio Code into another app on | |
// OS X, it will apply the current theme's background. | |
// | |
// This trivial program takes no parameters. It simply reads | |
// HTML from the clipboard, and removes the background-color | |
// attribute. Because I'm pasting into Keynote, it also | |
// bumps the font size. | |
// | |
// in VSC: | |
// select some code and copy (Cmd C) |