treelog log hyperlink #865
Answered
by
SteinStoter
SteinStoter
asked this question in
Q&A
-
I'd like to log a link, but the treelog html logger appears to escape the necessary characters. How do I work around that? |
Beta Was this translation helpful? Give feedback.
Answered by
SteinStoter
Apr 3, 2024
Replies: 1 comment 1 reply
-
I managed to do this by exposing the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SteinStoter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to do this by exposing the
HtmlLog
instance to which I am logging. This has awrite
function, with anescape
kwarg that you can set toFalse
.