Skip to content

More markdown improvements#860

Open
7w1 wants to merge 11 commits into
devfrom
fix-more-markdown-things
Open

More markdown improvements#860
7w1 wants to merge 11 commits into
devfrom
fix-more-markdown-things

Conversation

@7w1
Copy link
Copy Markdown
Member

@7w1 7w1 commented May 18, 2026

Description

Add support for misskey-flavored markdown color definitions. E.g. $[fg.color=f00 bg.color=00ff00 red on green].
Fix single new lines after block quotes being block-quoted.
Hardened html parsing in standard input box, should no longer randomly delete text in arrow brackets (unless valid, properly closed, legal html).
Fix matrix.to links getting arrow brackets inserted when editing messages.
Fix mentions breaking after editing messages with mentions. Fixes #858
Fix emojis not rendering in reply chips.
Fixed starting lists at arbitrary numbers and list markers extending off screen with long numbers.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

Tests were fully AI generated. AI helped with some of the regex which I then verified and tested.

@7w1 7w1 requested a review from hazre as a code owner May 18, 2026 03:41
Comment thread src/app/components/message/Reply.tsx Dismissed
@github-actions
Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

Status Preview URL Commit Alias Updated (UTC)
✅ Deployment successful! https://pr-860-sable.raspy-dream-bb1d.workers.dev 95493d6 pr-860 Mon, 18 May 2026 18:24:43 GMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Editing a message with a mention/ping in it malforms the mention/ping

2 participants