Closed Aldarone closed 7 years ago
Yep, though I'd probably trigger on just
tags, no matter what is around them (more robust), anything you see that would speak against doing that?I think the only tag used are p
and a
so it should be ok.
I made a PR that fixes this issue.
Fixed by #30
When putting new lines in a toot, Mastodon uses
<p>
tags which are stripped when sending the tweet.I think one solution is to replace
</p><p>
with a new line before stripping the other html tags.