|
You are here |
avivace.com | ||
| | | | |
blog.separateconcerns.com
|
|
| | | | | How to change the behavior of Lua autocompletion in Sublime Text. | |
| | | | |
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: | |
| | | | |
blog.lewman.com
|
|
| | | | | Over the years, I find myself writing in Markdown and LaTeX more... | |
| | | | |
nabeelvalley.co.za
|
|
| | | Debug Node.js code using your browser's dev tools | ||