|
You are here |
blog.kizu.dev | ||
| | | | |
lamplightdev.com
|
|
| | | | | Chris Haynes - web developer consultant | |
| | | | |
remysharp.com
|
|
| | | | | 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
|
|
| | | | | I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture. | |
| | | | |
vxlabs.com
|
|
| | | 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: | ||