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
So when converting markdown to pdf like this """ze dne 2. 4. 2019. Dostupné z: <https://uohs.gov.cz/cs/verejne-zakazky/sbirky-rozhodnuti/detail-15999.html>""" the full link is shown and marked as hyperlink correctly but only the first line is taken as the link. The part on the second line is omitted.
The text was updated successfully, but these errors were encountered:
The pdf contains your html link as text, not as a hyperlink.
As a hyperlink, it is recognized and interpreted by the app displaying the pdf file (browser, for example).
This app may not correctly handle the new line character into html link body.
If you absolutely need a clickable link in pdf format, you can use landscape orientation of the page.
pdf.add_section(Section("ze dne 2. 4. 2019. Dostupn├й z: <https://uohs.gov.cz/cs/verejne-zakazky/sbirky-rozhodnuti/detail-15999.html>", paper_size="A4-L"))
So when converting markdown to pdf like this """ze dne 2. 4. 2019. Dostupné z: <https://uohs.gov.cz/cs/verejne-zakazky/sbirky-rozhodnuti/detail-15999.html>""" the full link is shown and marked as hyperlink correctly but only the first line is taken as the link. The part on the second line is omitted.
The text was updated successfully, but these errors were encountered: