Return hyperlinks in custom scripts output #10336
Answered
by
kkthxbye-code
MajesticFalcon
asked this question in
Q&A
-
Looking through the code, it appears the script_result.htm(lx) page is rendered to the user once the script completes. Is it possible to return an HTML object instead of just plain text? The application would be that the custom script is to provide very specific searching capabilities and the output is a hyperlink to the correct object the user is looking for. Returning an "" tag doesn't do what I hoped it would. |
Beta Was this translation helpful? Give feedback.
Answered by
kkthxbye-code
Sep 12, 2022
Replies: 1 comment
-
The logs can contain markdown.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MajesticFalcon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The logs can contain markdown.
self.log_success('[google](https://google.com)')