Skip to content

Instantly share code, notes, and snippets.

@geminorum
Last active June 11, 2016 18:18
Show Gist options
  • Save geminorum/9bfd11ebb8153b2fd9bd4f2cd781d8d9 to your computer and use it in GitHub Desktop.
Save geminorum/9bfd11ebb8153b2fd9bd4f2cd781d8d9 to your computer and use it in GitHub Desktop.
Conversation Markup
<p><abbr title="Anakin Skywalker">AS</abbr>: 
   Master Norris, do you really parse HTML with regex?</p>
<p><abbr title="Chuck Norris">CN</abbr>: 
   Not anymore… I have already parsed it all.</p>
<dialogue>
   <which>AS</which>
   <what>Master Norris, do you really parse HTML with regex?</what>
   <which>AS</which>
   <what>Not anymore… I have already parsed it all.</what>
</dialogue>
<interview>
   <question>
       <which>AS</which>
       <what>Master Norris, do you really parse HTML with regex?</what>
   </question>
   <answer>
       <which>CN</which>
       <what>Not anymore… I have already parsed it all.</what>
   </answer>
</interview>
<p><span>John:</span> blah blah</p>
<p><span>Paul:</span> blah blah</p>
<p><span>George:</span> blah blah</p>
<p><span>Ringo:</span> blah blah</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment