-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sadly with the migration to Puppeteer we're going to make headers and footers significantly worse due to a number of bugs and incomplete features in Puppeteers headers and footers. In an effort to move mdpdf forward we'll make a release with these changes and see what people say. After all, the best way to get feedback on the internet is to be wrong.
- Loading branch information
1 parent
02b7d40
commit b816c4b
Showing
106 changed files
with
775 additions
and
4,659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "5" | ||
- "6" | ||
- "7" | ||
- "8" | ||
- "9" | ||
- "10" | ||
- "11" | ||
|
||
branches: | ||
only: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing to MDPDF | ||
|
||
Thanks for contributing to MDPDF, we try to make it as simple as possible to contribute and we accept contributions in a variety of different ways. | ||
|
||
Before starting, please familiarise yourself with the [Code of Conduct](./CODE_OF_CONDUCT.md). This code of conduct is enforced across all mediums used to maintain mdpdf including github, mailing lists, forums, irc channels, etc. | ||
|
||
## Bug reports | ||
|
||
When submitting bug reports, please provide as much detail as possible and ensure you follow any issue templates. Bug reports are best submitted via GitHub but can also be emailed to project maintainers. | ||
|
||
## Fixes, features, and code | ||
|
||
Before getting started with your feature, fix, or code it's a good idea to ensure there is an issue open for what you're about to do. This ensures we can track discussion | ||
|
||
If you'd like to contibute code we'd be delighted to review and consider it either over GitHub pull requests or by emailing a patch it to one of the project maintainers listed in the [package.json](./package.json). We will try to review and discuss your changes as soon as possible but mdpdf is a side project with few maintainers so please be paitent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<center> | ||
<center style="font-size: 10px"> | ||
<p><b>MDPDF - An elegant markdown to pdf converter</b></p> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<center> | ||
<center style="font-size: 10px"> | ||
<h3>MDPDF - An elegant markdown to pdf converter</h3> | ||
</center> |
Oops, something went wrong.