Explore >> Select a destination


You are here

hiddedevries.nl
| | christianheilmann.com
12.5 parsecs away

Travel
| |
| | hidde.blog
5.3 parsecs away

Travel
| | Hidde's blog about web accessibility, standards, HTML, CSS, JavaScript and more.
| | www.a11yproject.com
13.8 parsecs away

Travel
| | Insufficient text contrast is the most common accessibility issue on websites today, even though by and large be automatically found and fixed. The Fix Contrast browser extension fixes contrast issues for end users.
| | lincolnmullen.com
33.4 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.