We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using MkDocs with the fontawesome_markdown markdown extension and the pdf-export plug-in.
fontawesome_markdown
pdf-export
+ A :fa-link: mentions an internal link while a :fa-external-link: mentions an external link to the web.
The HTML pages render the characters correctly.
However, the generated PDFs show the codes instead of the characters.
How to fix this? Thank you!
The text was updated successfully, but these errors were encountered:
Any news on this yet?
Sorry, something went wrong.
mkdocs-material offers support for fontawesome icons, have you tried that?
mkdocs-material
https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
Sure, I'm already using the fontawesome icons.
markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg
# Chapter 1 ## Chapter 1 - Section 1 ### Part 1 This is a test. + Step 1 :fontawesome-solid-link: + Step 2 :fontawesome-solid-external-link-alt: ![](img/Picture1-1.png)
No branches or pull requests
I'm using MkDocs with the
fontawesome_markdown
markdown extension and thepdf-export
plug-in.The HTML pages render the characters correctly.
However, the generated PDFs show the codes instead of the characters.
How to fix this? Thank you!
The text was updated successfully, but these errors were encountered: