How to display multiline docstring on hover? #638
-
My docstring is displaying as single line. How to fix it? I spent a day to find solution but no luck :( |
Beta Was this translation helpful? Give feedback.
Answered by
joshtynjala
Oct 31, 2022
Replies: 1 comment
-
Add a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshtynjala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a
<p>
and</p>
HTML tags around new paragraphs (you don't need it for the first paragraph, though).