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
Links are styled correctly, but you can't click on them to open them.
Code blocks are cut
When a code block gets too long, the preview allows you to scroll through it. When exporting to pdf, the code block gets cut and since you can't interact with it the content becomes invisible. Instead, the code block should soft wrap the lines on export.
Detail elements don't show their content
Contents of detail tags are invisible when not expanded in the preview. Weirdly, if I expand it in the preview, it is also exported as expanded in the pdf. Here is an example detail tag:
<details><summary>Click to see more details</summary>
Content that should be visible in the exported pdf
</details>
The text was updated successfully, but these errors were encountered:
When exporting to pdf, I noticed some problems:
Unclickable Links
Links are styled correctly, but you can't click on them to open them.
Code blocks are cut
When a code block gets too long, the preview allows you to scroll through it. When exporting to pdf, the code block gets cut and since you can't interact with it the content becomes invisible. Instead, the code block should soft wrap the lines on export.
Detail elements don't show their content
Contents of detail tags are invisible when not expanded in the preview. Weirdly, if I expand it in the preview, it is also exported as expanded in the pdf. Here is an example detail tag:
The text was updated successfully, but these errors were encountered: