Paste your transcript here:

Find & Replace

HTML Output

Webflow Styling Tip: Add this CSS to your Webflow project to style timestamps:
.rich-text p:nth-child(odd) {
	font-family: monospace;
	font-size: 14px;
	color: #64a392;
	margin-bottom: 4px;
}

Preview