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

pandoc.table.return refactoring #186

Merged
merged 12 commits into from
Jun 19, 2015
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Fixes:
* missing column and row titles in CrossTable (#163)
* removal of calls to deprecated functions (#172)
* correct rendering for horizontal mtables (#174)
* correct splitting of tables based on style (#164)
* correct rendering for rmarkdown tables with | (#186)

New classes supported by the `pander` generic S3 method:
* summary.table
Expand Down
Loading