cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

Links are not converted correctly #21

Closed chbiel closed 8 years ago

chbiel commented 8 years ago

I have a Link like this: [Google Maps Time Zone API](https://developers.google.com/maps/documentation/timezone/intro)

The specs say this is a correct link, but the converter (to pdf) outputs the text and then the link instead.

If helpful: I use the link within a nested list

I use version 0.10.1

cakebake commented 8 years ago

Sorry, but currently phantom.js (base module for printing) can not print clickable links. Once there are better options here, I am happy about proposals!!!

chbiel commented 8 years ago

OK sorry, you are right

For everyone searching for this: https://github.com/ariya/phantomjs/pull/13250 It is planned for 2.0.1 release of phantom.js

ShaunDychko commented 8 years ago

A workaround at the moment is to write [](http://example.com). It will render as a clickable link, but it isn't possible to set the title text.