-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluesky => AP: fix last-line hashtag de-emphasis in Mastodon #1066
Comments
This is the inverse of #1010. |
Mastodon HTML for this content puts the last line of hashtags in a separate <p>foo bar hashtaggerific</p>
<p><a href="https://indieweb.social/tags/a" class="mention hashtag" rel="tag">#<span>a</span></a> <a href="https://indieweb.social/tags/b" class="mention hashtag" rel="tag">#<span>b</span></a> <a href="https://indieweb.social/tags/c" class="mention hashtag" rel="tag">#<span>c</span></a></p> |
Here's a minimal one I made manually that worked, https://indieweb.social/@[email protected]/112692577513995407 : ![]() {
"type": "Note",
"id": "https://bsky.brid.gy/2024-06-19-not-real-e",
"content": "<p>onece more with feeling<p><p><a href='https://bsky.brid.gy/hashtag/a'>#a</a> <a href='https://bsky.brid.gy/hashtag/b'>#b</a> <a href='https://bsky.brid.gy/hashtag/c'>#c</a></p>",
"tag": [
{
"type": "Hashtag",
"href": "https://bsky.brid.gy/tags/a",
"name": "#a"
},
{
"type": "Hashtag",
"href": "https://bsky.brid.gy/tags/b",
"name": "#b"
},
{
"type": "Hashtag",
"href": "https://bsky.brid.gy/tags/c",
"name": "#c"
}
]
} |
Originally posted by @Tamschi in #990 (comment) :
(This example is https://bsky.app/profile/tamschi.bsky.social/post/3ksxa6sa7l22p => https://mastodon.gamedev.place/@[email protected]/112475582044797265 )
The text was updated successfully, but these errors were encountered: