Skip to content

Instantly share code, notes, and snippets.

@o-az
Created June 14, 2022 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o-az/1ae7454811bdf93b35032065c3f273b8 to your computer and use it in GitHub Desktop.
Save o-az/1ae7454811bdf93b35032065c3f273b8 to your computer and use it in GitHub Desktop.
title publishedOn description
Hello World
2022-05-15
T3st1ng G1thub G15t5 as CeeDee En

Quick Maths:

$$ L = \frac{1}{2} \rho v^2 S C_L $$

^ that is an svg, auto generated by rehype-mathjax and remark-math.

// here's some heavily customized syntax highlighting
const loremFetcher = async (id: string) => {
  const ipsum = await fetch(`.../${id}`);
  const text = await ipsum.text();
  return text;
};
Markdown Less Pretty
Still renders nicely
1 2 3

lorem

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque ac ornare orci, vitae condimentum urna. Donec et nisi in odio tempus pharetra sed id nibh. Cras lacinia, magna ut accumsan rutrum, ante nisi dignissim lorem, sed aliquet urna mi at lacus. Vivamus eu nunc justo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment