Skip to content

Transcript formatting wraps closing and opening tags together – bug or intended? #270

Description

@arberiii

First off—thanks for the great work on this project!

I noticed that when generating a transcript, the output wraps speaker tags like this:

</Person2><Person1> "Right?!   It's a Swift package letting you run Linux containers directly on macOS, using the Virtualization.framework, especially slick on Apple silicon." 
</Person1><Person2> "Okay, got it. So, like, Docker, but…Apple-flavored?"

This makes it a bit harder to read and parse programmatically. Ideally, the formatting would be more line-based for clarity, like:

<Person1>Right?! It's a Swift package letting you run Linux containers directly on macOS, using the Virtualization.framework, especially slick on Apple silicon.</Person1>
<Person2>Okay, got it. So, like, Docker, but…Apple-flavored?</Person2>

Is the current wrapping a bug or an intended behavior?

Thanks again!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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