2023-07-15 12:46 AM
2024-09-12 7:00 AM
Hi @Andrew Neil
We have been investigating this issue for some time and indeed the <p> </p> in the HTML code seems to add itself in.
It can be "hot-fixed" by adding a <div> (text) </div> between the text. This also applies to code blocks that are facing issues. We are still researching a complete fix, so I cannot give you a time frame at this point.
Best regards,
Laurids
2024-09-12 10:39 AM
And the SHIFT-SHIFT-EIGHT / GT-GT-EIGHT breaking things, I reported elsewhere, impacts both source code block panes, and primary post texts.
Honestly we don't need to be breaking stuff to support f***ing emoji's !!
2024-10-12 7:15 AM
15 MONTHS on this is STILL BROKEN
2024-10-29 1:42 AM
After editing the following post, there are newlines added:
https://community.st.com/t5/stm32-mcus-products/my-micros-function-is-not-glitchfree/td-p/736780
They get added on every edit.
2024-10-29 2:16 AM
Thanks for reporting this, but ST already knows.
JW
2024-10-30 4:01 AM
2024-10-30 4:03 AM
Indeed - a long-known issue.
Can be somewhat mitigated:
2025-02-09 11:32 PM
It is still annoying...
WHEN will it be fixed?
It cant be that difficult. Its just text and some html elements!!!
2025-03-20 6:58 AM - edited 2025-03-20 7:04 AM
Dear @waclawek.jan , all,
It's been a while since we updated on this topic, but finally I can get back with good news!
The fix of this behavior is now completed and no more white spacing should appear around the code blocks.
Feel free to test it on your end and let me know if you still face it.
I apologize for it taking so long to be fixed and the inconveniences you faced in this time.
Regards,
Lina
2025-03-20 7:39 AM - edited 2025-03-20 7:40 AM
OK - here's some code:
int main( void )
{
printf( "Hello, code editor!\n" );
}
there was some code.
Edited the post