[feat] Implement FEP-dc88: Formatting Mathematics #641
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#641
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The idea
FEP-dc88 has been put forward as an attempt to standardize mathematical typesetting on the fediverse. Please see the tracking issue and forum discussion for more information.
Unless akkoma wants to scrub all incoming mathematics (I think this should not be preferred, and instead be an optional MRF), the obligation to implement this would be to allow MathML Core tags in sanitized post content.
In addition, it would be nice to draft MathML posts using the HTML content-type, and later markdown content-types with LaTeX syntax.
The reasoning
Currently no fediverse software implements FEP-dc88, however akkoma could host a very small reference implementation (allowing incoming MathML core and HTML drafting) which could help other software in the fediverse implement it.
If the FEP becomes more widespread, this should increase compatibility with other fediverse software.
Finally, MathML presents a possibility to be more compatible with MFM-drafting instances, since they can produce LaTeX FoundKeyGang/FoundKey#343 (comment)
Have you searched for this feature request?