Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(renderer): attribute to disable header and footer #516

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 21, 2020

when the noheader or nofooter document attributes
are set (with an empty value), the header and footer
are NOT rendered (respectively)

Fixes #510

Signed-off-by: Xavier Coulon [email protected]

when the `noheader` or `nofooter` document attributes
are set (with an empty value), the header and footer
are NOT rendered (respectively)

Fixes bytesparadise#510

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Mar 22, 2020

Codecov Report

Merging #516 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #516      +/-   ##
==========================================
+ Coverage   86.23%   86.26%   +0.02%     
==========================================
  Files          67       67              
  Lines        4723     4733      +10     
==========================================
+ Hits         4073     4083      +10     
  Misses        480      480              
  Partials      170      170              

@xcoulon xcoulon merged commit 3867576 into bytesparadise:master Mar 22, 2020
@xcoulon xcoulon deleted the Issue510_configure_header_footer branch March 22, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Would like to be able to configure the Header and Footer separately
1 participant