Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add text with hyperlink #53

Open
sanrajbhar opened this issue Oct 16, 2019 · 1 comment
Open

How to add text with hyperlink #53

sanrajbhar opened this issue Oct 16, 2019 · 1 comment

Comments

@sanrajbhar
Copy link

sanrajbhar commented Oct 16, 2019

I want to put hyperlink on some text in abstract section. I tried choosing html tags for hyperlink but didnt work. pls show pointers how can I achieve

example:
Abstract: This Layer has bee downloaded from here

@thomas-maschler
Copy link
Collaborator

Have you tried escaping your HTML code?

import html
s = html.escape( """& < " ' >""" )

Instead of saving the raw HTML to your abstract, use the escaped string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants