bf6464d7e1
Includes a button for administrators to copy all transcripts and the document markdown to the clipboard. The data is embedded as JSON in a script tag and pre-sanitized to prevent `</script>` tag injection. The JavaScript handles copying to the clipboard using the modern Clipboard API, with a fallback for older browsers.