Sha256: 9279cfce1f163c5c52ccb71559f71bdb65ac64edc536bea064790a6b5d4ddf1e
Contents?: true
Size: 763 Bytes
Versions: 11
Compression:
Stored size: 763 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 class="double-column"> <%= section 'abstract' %> <main> <!-- Add sections by specifying their file name, excluding the '.md' suffix. --> <%= section 'introduction' %> </main> <footer></footer> </div>
Version data entries
11 entries across 11 versions & 1 rubygems