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

PDF output does not utilize CSS stylization. #357

Open
RokeJulianLockhart opened this issue Mar 23, 2024 · 0 comments
Open

PDF output does not utilize CSS stylization. #357

RokeJulianLockhart opened this issue Mar 23, 2024 · 0 comments

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Mar 23, 2024

<!DOCTYPE Markdown>
<meta charset="UTF-8">

<style>
	:is(h1, h2, h3, h4, h5, h6) {
		font-weight: inherit;
		font-size: inherit;
	}
</style>

1.	## **Placeholder**

outputs a heading which isn't styled, as https://github.com/yzane/vscode-markdown-pdf/files/14733349/output.pdf demonstrates. This is problematic for documents like https://gitlab.com/rokejulianlockhart/rokejulianlockhart/-/blob/dd5bff48df6f7af211b275976d9f1d6a51466103/readMe.MD#profile.

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

No branches or pull requests

1 participant