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

Data type are not typewriter-style font when using --highlight-style=monochrome #398

Open
chdemko opened this issue Oct 30, 2024 · 0 comments

Comments

@chdemko
Copy link

chdemko commented Oct 30, 2024

The use of fvextra allows for the introduction of line breaks in code. However, it introduces a bug when using --highlight-style=monochrome: types are no longer in a typewriter-style font.

$ pandoc -o output.pdf --template=eisvogel.tex --highlight-style=monochrome
```c
int main(void) {return 0;}
```

This give this output.pdf when it should give correct.pdf.

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

Successfully merging a pull request may close this issue.

1 participant