Explore >> Select a destination


You are here

blog.kizu.dev
| | lamplightdev.com
6.8 parsecs away

Travel
| | Chris Haynes - web developer consultant
| | remysharp.com
7.1 parsecs away

Travel
| | A simple but effective fix to working with web components and VS Code. I wanted to get syntax highlighting _and_ prettier support (to auto fix indenting, quote...
| | www.matuzo.at
5.9 parsecs away

Travel
| | I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.
| | vxlabs.com
27.7 parsecs away

Travel
| The syntax-highlighted fenced code blocks in GitHub flavored markdown, or GFM, are a beautiful and useful invention. One starts a code block with three or more backticks or tildes, followed by the name of the language, and then proceeds to show one's code, which, at least on GitHub, is then syntax highlighted. In other words, something like this in your markdown: ```python def computer_says(no): print("computer says %s" % (no,)) ``` Would become this in the preview: