You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then IMO it add some unnecessary content like the logo / Title Container.
Maybe even the <header> is unnecessary here, not sure.
For the reference:
if I try printing document rendered in the jbt/markdown-editor, it passes only around a half of all the HTML to the browser for printing:
It looks to me that only one<div> out of four is passed to the print. It is some CSS or JS magic, no ideas so far (haven't investigated).
It would be nice to pass only <div class="... page-content"> in our case, I think.
It this should be a separate issue, please tell.
The text was updated successfully, but these errors were encountered:
(coming from @nikoheikkila and the nikoheikkila/cv fork)
I tried printing the CV to PDF on my ChromeOS (ChromeBook), and I guess something is wrong and truncated in the Preview:
Attached the file: Hi, I'm Niko ☕.pdf
I used following print settings in the browser:
Then IMO it add some unnecessary content like the logo / Title Container.
Maybe even the
<header>
is unnecessary here, not sure.For the reference:
if I try printing document rendered in the jbt/markdown-editor, it passes only around a half of all the HTML to the browser for printing:
It looks to me that only one
<div>
out of four is passed to the print. It is some CSS or JS magic, no ideas so far (haven't investigated).It would be nice to pass only
<div class="... page-content">
in our case, I think.It this should be a separate issue, please tell.
The text was updated successfully, but these errors were encountered: