Quote:
Originally Posted by Datasophical
Thank you for responding! I found the main issue, apparently, parenthesis around links adds LOTs of extra space:
(<a href="https://code.visualstudio.com">https://code.visualstudio.com/</a>)
|
Interesting. I've not seen that issue before.
Try using html encoding for the brackets. I can't type them in a post as the forum converts them, so find the codes in this list...
https://www.freeformatter.com/html-entities.html
Quote:
Originally Posted by Datasophical
text-align: justify was the other reason for spaces!!
|
Yea, that is not surprising. If you have lines with an unusual number of long words, it would be hard to space the line in a pleasing manner.