The PDF generator will create clickable hyperlinks for most hyperlinks. (It just doesn't handle anchor hyperlinks well.)
But if you're using PDFs as printed resources, you may want to also display the actual URL of the hyperlink. You can display something like:
To create these parentheses with the full URL text automatically, you can add some CSS to your knowledge base and then regenerate PDFs:
- Go to Settings > Style.
- Below the preview pane, be sure Custom CSS is selected.
- Copy the code below and paste it into the bottom of your Custom CSS.
.ko-pdf-clickable-link {display: initial;}
- Save your changes.
Note: This Custom CSS will not generate clickable hyperlinks for same-page anchors.
Once you're done, your Style Settings should include this line:
Which will produce a treatment like this (though the exact color of your hyperlinks will vary based on your style settings!):