Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTitle format produces wrong sized header #46
Closed
Comments
|
Fixed in #50, the title format should be controllable (set to a null string should work? needs tests :)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the title format is
{name} {version}\n==========\n, which is fine except it ends up producing something that looks like:It would be nice if there was a way to do this nicer, perhaps a
title_template? Or maybe by passingname,version, andproject_dateinto the template and letting people settitle_template = Falseand take full control of the title display inside the template?