Preserve mastodon-style quote-fallback marker #977
No reviewers
Labels
No labels
approved, awaiting change
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#977
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mastodon-quotes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
they use p and not span for their quotes
@ -60,1 +62,4 @@Meta.allow_tag_with_this_attribute_values(:p, "class", ["quote-inline"])this should probably replace the
Meta.allow_tag_with_these_attributes(:p, [])from a couple lines aboveApparently this works a bit differently than I thought from
spanomitting the empty-tag version and a glance of the source. The preceding empty-tag version is actually needed to not strip plain<p>tags.d6f414c8e7toa537a9f56eAllow mastodon-style quotesto Preserve mastodon-style quote-fallback markera537a9f56etoc3dd582659