the_transcript(style) — display the comic's transcript
The transcript for a particular comic post. This transcript is wrapped up in an HTML <table> that is given an ID of transcript_<post slug>; this allows you to style individual transcripts, and lets the transcript_toggler tag know which transcript to show or hide.
| argument | type | default | description |
|---|---|---|---|
style
|
string | table | There are two possible styles for transcripts, "table" and "css." The CSS feature uses <div> and <span> tags to add CSS classes (see Chapter 6, Transcripts). |