We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone care to add support for hyperlinks?
E.g. from RTF: {\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt search}} to HTML: <a href="http://www.google.com/">search</a>
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt search}}
<a href="http://www.google.com/">search</a>
Cheers
The text was updated successfully, but these errors were encountered:
Interesting. Is this a standard RTF feature? I can't seem to create hyperlinks using WordPad.
Sorry, something went wrong.
I couldn't find this in the standard, but some parsers support this, e.g. https://github.com/mazira/rtf-stream-parser/blob/master/test/de-encapsulate.test.ts#L364
No branches or pull requests
Anyone care to add support for hyperlinks?
E.g.
from RTF:
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt search}}
to HTML:
<a href="http://www.google.com/">search</a>
Cheers
The text was updated successfully, but these errors were encountered: