mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Add page breaking and block rules to dl elements. This appears to fix #2.
The `dl` elements have been given an explicit `display:block` and page break avoid rule. In initial testing, this fixes the wkhtmltopdf bug of splitting lines in a multi-page document. See http://stackoverflow.com/questions/8786755 for links and discussion.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
resume/_*.md
|
||||
output/*.html
|
||||
output/*.pdf
|
||||
|
||||
resume/sample_long.md
|
||||
|
||||
Reference in New Issue
Block a user