Open sanrajbhar opened 5 years ago
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
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.
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