Skip to content

Instantly share code, notes, and snippets.

@KaiWedekind
Created August 12, 2018 09:57
Show Gist options
  • Save KaiWedekind/9d4d7a729c8ecd37ff82599c88a54613 to your computer and use it in GitHub Desktop.
Save KaiWedekind/9d4d7a729c8ecd37ff82599c88a54613 to your computer and use it in GitHub Desktop.
How Google Mail markup should look like.
<body>
<google-mail>
<mail-header></mail-header>
<mail-navigation></mail-navigation>
<mail-list>
<mail-thread id="74738ff5-5367-5958-9aee-98fffdcd1876">
<mail-content from="john.doe@gmail.com" to="jane.doe@gmail.com">
<h2>Hi Jane</h2>
<article>
<p>...</p>
<p>...</p>
</article>
</mail-content>
</mail-thread>
</mail-list>
</google-mail>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment