Skip to content

URLs not rendering as <a> tags #7

@Andrewjeska

Description

@Andrewjeska

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions