
Test Post
This is an H2
Hello, H3
Here are some lines yapping about something that doesn’t even matter in the grand scheme of things like how a guy cut me off in traffic today or how a girl smiled at me today.
Here is another line about how I think the universe will end.
Heading h2
Sub-Heading h3
Sub-Sub Heading h4
Here is an unordered list
- first item
- second item
- third item
Here is a nested list
- One
- Item One
- Item Two
- Two
- Item Zero
- Item One
This is a blockquote.
This is some random text in code fences
ref: Starlight
This is an attempt at a callout like in Obsidian
[[lol]]
Table
Command | Action |
---|---|
npm install | Installs dependencies |
npm run dev | Starts local dev server at localhost:4321 |
npm run build | Build your production site to ./dist/ |
npm run preview | Preview your build locally, before deploying |
npm run astro ... | Run CLI commands like astro add , astro check |
npm run astro -- --help | Get help using the Astro CLI |
Pygame Example
import pygame
SCREEN = pygame.display.set_mode((512, 512))
run = True
while run:
SCREEN.fill((0, 0, 0))
for event in pygame.event.get():
if event.type == pygame.QUIT:
run = False
pygame.draw.circle(SCREEN, (255, 255, 255), (256, 256), 20)
pygame.display.update()
C code
#include <stdio.h>
int main() {
char *name = "yash";
printf("Hello to %s's site!", name);
return 0;
}
LaTeX?!! inline latex .
[[cautionary tale]]
Notes
- Latex blocks are not responsive
- internal linking like [[Coutionary Tale]]
- requires mdx and remark-obsidian plugin (which breaks the remark-math plugin)
- slug is from root so broken