Moin | 2023-08-26 11:38:53 UTC | #1
I think there are some strange issues when you add text in the line following the TOC. You need to look at the [raw post](https://meta.discourse.org/raw/276757) to spot all the problems.
I added a TOC in the line above.
Now, I start a new line, but the text shows as one line. There are problems with formatted code, so you cannot see `` or
```
```
. Although I used code tags.
When I use a without an end and leave a line free,
the text below remains dark in dark themes.
-------------------------
Firepup650 | 2023-08-26 20:07:58 UTC | #3
[quote="Moin, post:1, topic:276757"]
I added a TOC in the line above. Now, I start a new line, but the text shows as one line.
[/quote]
I've seen a similar issue to this before, and I have a few scenarios for it:
1\. `` Then text:
Some `unformatted` text **here**.
This is a different line. ``
```
```
A *double* newline fixes this.
2\. Text before ``
**formatted** *before*
**Still formatted** *after* ``
```
```
-------------------------
Lhc_fl | 2023-08-27 02:55:27 UTC | #4
This is just the bug(feature?) of mixing markdown and HTML.
The second line is recognized as a part of html.
```
This is just the bug(feature?) of mixing markdown and HTML.
The second line is recognized as a part of html.
```
-------------------------