<html lang="en"> <head> <title>Here is title.</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link href="https://unpkg.com/@stencila/thema@2/dist/themes/stencila/styles.css" rel="stylesheet"> <script src="https://unpkg.com/@stencila/thema@2/dist/themes/stencila/index.js" type="text/javascript"></script> <script src="https://unpkg.com/@stencila/components@<=1/dist/stencila-components/stencila-components.esm.js" type="module"></script> <script src="https://unpkg.com/@stencila/components@<=1/dist/stencila-components/stencila-components.js" type="text/javascript" nomodule=""></script> </head> <body> <main role="main"> <article itemscope="" itemtype="http://schema.org/Article" data-itemscope="root"> <h1 itemprop="headline">Here is title.</h1> <meta itemprop="image" content="https://via.placeholder.com/1200x714/dbdbdb/4a4a4a.png?text=Here%20is%20title."> <span itemscope="" itemtype="http://schema.org/Organization" itemprop="publisher"> <meta itemprop="name" content="Unknown"><span itemscope="" itemtype="http://schema.org/ImageObject" itemprop="logo"> <meta itemprop="url" content="https://via.placeholder.com/600x60/dbdbdb/4a4a4a.png?text=Unknown"> </span> </span> <p itemscope="" itemtype="http://schema.stenci.la/Paragraph">I'm just testing this thing. Here is some text.</p> <p itemscope="" itemtype="http://schema.stenci.la/Paragraph"><em itemscope="" itemtype="http://schema.stenci.la/Emphasis">emphasis</em></p> <h2 itemscope="" itemtype="http://schema.stenci.la/Heading" id="what-happens-when-i-add-a-second-title">What happens when I add a second title?</h2> <p itemscope="" itemtype="http://schema.stenci.la/Paragraph">It looks like it doesn't like having a second title.</p> <h3 itemscope="" itemtype="http://schema.stenci.la/Heading" id="how-does-it-handle-subheadings">How does it handle subheadings?</h3> </article> </main> </body> </html>