testing code highlighting 8

testing
lmssiehdevOP
3 months ago
code highlighting in the body

all the code is from our repo, check it out

@import "tailwindcss";
@import "tw-animate-css";

@layer base {
  * {
    @apply border-border outline-ring/50;
  }
  body {
    @apply bg-background text-foreground;
  }
  pre {
    @apply p-3 rounded;
  }
}
10 Replies
lmssiehdevOP
3 months ago
// code with no text
import dayjs, { type Dayjs } from 'dayjs';
import relativeTime from 'dayjs/plugin/relativeTime';

dayjs.extend(relativeTime);

export { dayjs, type Dayjs };
lmssiehdevOP
3 months ago
normal multi line quote with languages

* consider staring the repo
* thanks <3
lmssiehdevOP
3 months ago
code highlighting with a message

export function getDateFromSnowflake(snowflake: Snowflake) {
  return new Date(getTimestamp(snowflake));
}
troy-olson-O5UG81P7yzE-unsplash.jpg
@lmssiehdev mentioned this thread 3 months ago
a demo thread
lmssiehdevOP
3 months ago
linking to an internal thread

a demo thread
lmssiehdevOP
3 months ago
testing code highlighting 2
lmssiehdevOP
3 months ago
testing code highlighting 3
lmssiehdevOP
3 months ago
testing code highlighting 4
lmssiehdevOP
3 months ago
testing code highlighting 5
lmssiehdevOP
3 months ago
testing code highlighting 6
lmssiehdevOP
3 months ago
testing code highlighting 8
💬
Continue the Discussion
Open in Discord
Powered by Velumn