What we used to build this website
- NestJS
- TailwindCSS
- SendGrid
- MDX for Markdown
- next-mdx-remote
- PrismJS for styling codeblocks.
- Vercel
const { getToken } = require("github-app-installation-token");
async function go() {
const res = await getToken({
appId: "from-earlier",
installationId: "from-earlier",
privateKey: `Paste the contents of your private key in here. Use backticks because it's multi-line`,
});
console.log(res); // your token will be here
}
go();
s = "Python syntax highlighting"
print s
Colons can be used to align columns.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty |
---|---|---|
Still | renders | nicely |
1 | 2 | 3 |
Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.
Quote break.
This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.