在前面的行中使用 `<br/>` HTML 元素会阻止表情符号扩展

As the title says…Using a <br/> HTML element on a preceding line within a post prevents emoji expansion

This doesn’t work (but should)…

<br/>
Hello :)

Hello :)

…but this does work

<br/>

Hello :)

Hello :slight_smile:

Interestingly the html <br> works rather than the xhtml <br />

<br>
Hello :)

Hello :)

Edit: Nope. I see what I did wrong there. I used one from my phone gallery for the test rather than a :) one.

I have noticed that you can’t mix language types together next to each other (so having a <br> right next to a [poll] will ruin the poll). Perhaps it’s similar to that?

<br>
[poll name=poll2 type=regular results=always chartType=bar]
* Yes
* No
[/poll]

[poll name=poll2 type=regular results=always chartType=bar] * Yes * No [/poll]
2 个赞

Mix and match sadly has some edge cases due to the markdown.it engine and markdown spec, not sure if this is repairable without massive refactoring to both the markdown spec and markdown.it engine.

2 个赞