On Fri, Dec 8, 2017 at 9:14 PM, Christopher Finazzo <[email protected]> wrote: > I have a document (written in Markdown) which includes links to external > URLs. Usually, when finished, I'll export to HTML and open the resulting > file again in Safari and choose "Print to PDF". In doing so, my links are > preserved. > > Opening the HTML in BBEdit and invoking the "Preview" command and then > choosing "Print to PDF doesn't do this. Is the difference in BBEdit > rendering v. Safari intentional or is there a way to achieve this behavior > within the Preview window? >
I know this doesn't answer your question directly - but I wouldn't expect the "Preview" command to do anything than give me a rough preview. In other words, I wouldn't suggest it as part of your workflow. There's a package called pandoc that you might want to look at. It can give you a direct markdown to pdf workflow, and you could use Makefiles or similar to automate your workflow and save you both time and exposure to manual mistakes. https://pandoc.org/ - Steve -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
