Sha256: 5e6d0b070e96515f6e2d98b3021fd3b2bbfd1df26003319b2749977b2b28652b
Contents?: true
Size: 762 Bytes
Versions: 4
Compression:
Stored size: 762 Bytes
Contents
--- title: "My Awesome Article" --- <header markdown="1"> # <%= @item[:title] %> {:#authors} - <%= person 'John Doe', 'http://www.example.org/', 'http://www.example.org/#me' %> {:#affiliations} - {:#myaffiliation} Awesome Inc. </header> <!-- Hack to make our custom fonts load in print-mode --> <!-- https://stackoverflow.com/questions/39364259/chrome-print-preview-doesnt-load-media-only-print-font-face --> <span class='printfont1'> </span> <span class='printfont2'> </span> <span class='printfont3'> </span> <span class='printfont4'> </span> <div id="content"> <%= section 'abstract' %> <main> <!-- Add sections by specifying their file name, excluding the '.md' suffix. --> <%= section 'introduction' %> </main> <footer></footer> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems