joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.42k stars 423 forks source link

Remove "FILENAME - Grip" header from webpage #322

Open TheBoneJarmer opened 4 years ago

TheBoneJarmer commented 4 years ago

Hi there

Can I somehow get rid of the header that is being shown on top of the webpage? It is quite annoying to be honest as it has no added value and only gets in the way when I want to share or print the webpage. To be more specific, I mean the result of the following piece of html:

<h3>
    <span class="octicon octicon-book"></span>
    ##MY FILENAME## - Grip
</h3>

With kind regards, TheBoneJarmer

SakhriHoussem commented 2 years ago

you can add an empty title

      grip README.md --export README.html --title=" "