Recently I noticed that when I past (some) text into the composer spans tags are included. For example
<span lang="en">Then the brahmin Jānussoṇi went up to the Buddha, and exchanged greetings with him.</span><span lang="en">When the greetings and polite conversation were over, he sat down to one side and said to the Buddha:</span>
I can only reproduce this when the spans include the lang parameter.
And strangely, if I type three back ticks in the composer to start a code block and paste the text on the next line, the span tags are not pasted. So
Then the brahmin Jānussoṇi went up to the Buddha, and exchanged greetings with him. When the greetings and polite conversation were over, he sat down to one side and said to the Buddha:
That’s really, really strange.
Was there some change to the way html gets processed? I know (and appreciate) that some limited html gets converted into Markdown. However those spans should not be pasted.
(If anything, pasting into a code block should include the spans and pasting into a regular paragraph should not. But honestly I don’t think they should be pasted anywhere)