Hi, thanks for the little tool. I like it so far, but there is a bug in text that was formatted to be 80 characters wide.
Say you have a paragraph that
is formatted for a specific
length, so it has new line
characters without a space at
the end, like this text ...
it will convert the text to:
Say you have a paragraph thatis formatted for a specificlength, so it has new linecharacters without a space atthe end, like this text ...
md2bbcode forgets to insert spaces in replacement of single new lines. Ofc, it must not insert spaces for double new lines, these are paragraphs. It also must not convert new lines to spaces in code blocks for obvious reasons.
Maybe this can be fixed. Thanks so much! :)
Hi, thanks for the little tool. I like it so far, but there is a bug in text that was formatted to be 80 characters wide.
it will convert the text to:
md2bbcodeforgets to insert spaces in replacement of single new lines. Ofc, it must not insert spaces for double new lines, these are paragraphs. It also must not convert new lines to spaces in code blocks for obvious reasons.Maybe this can be fixed. Thanks so much! :)