Skip to content

Instantly share code, notes, and snippets.

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these:
@KensukeSakama
KensukeSakama / readme.md
Created May 23, 2021 03:01 — forked from benstr/readme.md
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

Kens-MacBook-Pro:KenDBReview KenSakama$ k6 run --vus 1000 --iterations 10000 loadtest.js
/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) |
/ __________ \ |__| \__\ \_____/ .io
execution: local
script: loadtest.js
const getProduct = (id) => {
let products = [];
let department = '';
let low = id - 6;
let high = id + 6;
return new Promise ((resolve, reject) => {
pool.connect()
.then(client => {
let text = `
SELECT