-
Notifications
You must be signed in to change notification settings - Fork 29
Description
When exporting notes containing code blocks (e.g., Python, JavaScript, or other programming languages) to PDF, the formatting of the code blocks is lost. Instead of being properly formatted and highlighted as they appear in the Evernote editor, the code is exported as plain text.
This issue significantly impacts users who rely on Evernote for technical documentation, as it makes exported PDFs less readable and harder to use for sharing or presentation purposes.
Steps to Reproduce:
Create a new note in Evernote.
Insert a code block (e.g., a Python snippet) with syntax highlighting.
Export the note to a PDF file.
Open the PDF file and observe the code block's formatting.
Expected Behavior:
Code blocks should retain their formatting and syntax highlighting when exported to PDF. The exported output should reflect how the code is displayed in the Evernote editor.
Actual Behavior:
Code blocks are exported as plain text, with no syntax highlighting or formatting.
Environment:
Evernote Version: 10.121.2
Operating System: macos Sonoma Version 14.5
Additional Context:
This feature is essential for users in technical fields who share or archive notes with code. Maintaining consistent formatting in exports enhances the usability of Evernote as a tool for technical documentation.
Would it be possible to address this issue or provide a workaround? Thank you!