HTML 中間에 다른 言語(例えば、日本語)를 섞는 테스트. 잘 될까?
Hollo에 ALLOW_HTML
이라는 옵션을 追加했습니다. Markdown 中間에 生 HTML을 揷入할 수 있게 해주는 옵션입니다. 基本값은 false
입니다만, 저는 켜고 쓸 것 같네요. 主로 한 揭示物 안에 여러 言語를 섞을 때, <span lang="…">
태그로 감싸기 爲해서 쓸 것 같습니다.
@hongminhee this is actually the more legit accessible way of tagging languages to a post (`<span lang…>`). It’s also why I’m not a fan of Mastodon use separate `language` key tagged to a post.
Bsky actually allows array of `languages` but still “inaccurate”
@cheeaun Yeah, actually, tagging a whole post content
with a language is a part of Activity Streams specification. (Activity Streams allows a single post can contains multiple content
s, which allow to consist of multiple languages though.)
@hongminhee @cheeaun yes, `contentMap` lets you do that!
@evan @cheeaun I wish many #ActivityPub implementations, including #Mastodon, would support multilingual posts!
Can share our implementations with anyone even before there is a repo.
Multilanguage is supernice.