This is a simple post to show how different elements are shown visually on the markdown files.
H1 is good
H2 is good too
links are better
Example - Syntax Highlighting
Shell(Bash)
# make a new project directory and jump into it
mkdir my-astro-project && cd $_
# create a new project with npm
npm create astro@latest
# or yarn
yarn create astro
# or pnpm
pnpm create astro@latest
Python
print('hello world')
Javascript
const func = () => {
alert('hello');
};
Example - Latex
Should render a latex formula without issues