-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hey! Loving this example here. I'm trying to figure out which part of this transforms links in comment content to be tags. All I see is this in comment.tsx
<section
className={cn('text-gray-800 dark:text-gray-300 leading-6 text-sm', {
'line-clamp-10': !isOverflowExpanded,
hidden,
})}
ref={contentRef}
>
{comment.content}
</section>
Thanks for any help, know you're a busy guy.
Metadata
Metadata
Assignees
Labels
No labels