Skip to content

Fix some markdown behaviors#758

Merged
7w1 merged 2 commits intodevfrom
fix/markdown-block-quotes
May 7, 2026
Merged

Fix some markdown behaviors#758
7w1 merged 2 commits intodevfrom
fix/markdown-block-quotes

Conversation

@7w1
Copy link
Copy Markdown
Member

@7w1 7w1 commented May 6, 2026

Description

Fixes blockquote behaviors (requires a space after > and only a single backslash to escape)
Fixes latex getting parsed inside of codeblocks.

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).

@7w1 7w1 requested a review from hazre as a code owner May 6, 2026 16:57
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

Status Preview URL Commit Alias Updated (UTC)
✅ Deployment successful! https://pr-758-sable.raspy-dream-bb1d.workers.dev 861cce9 pr-758 Wed, 06 May 2026 16:59:52 GMT

@7w1 7w1 merged commit 224623f into dev May 7, 2026
12 checks passed
@7w1 7w1 deleted the fix/markdown-block-quotes branch May 7, 2026 01:13
7w1 added a commit that referenced this pull request May 7, 2026
> [!IMPORTANT]
> Merging this PR will create a new release.

## Fixes

* Adds back the message editor toolbar under an optional setting. No
longer uses WYSIWYG, just applies markdown.
http://localhost:8080/settings/general?focus=composer-formatting-toolbar&moe.sable.client.action=settings
([#762](<#762>) by @7w1)
* Fixed blockquotes needing a double backslash to escape and require a
space after the `>` in order to form a blockquote.
([#758](<#758>) by @7w1)
* Fix empty messages being displayed as broken messages.
([#754](<#754>) by @7w1)
* Reescape arrow brackets when editing a message.
([#763](<#763>) by @7w1)
* Fix extraneous markdown escape characters when editing code blocks.
([#762](<#762>) by @7w1)
* Fixed jumpting to arbitrary events (e.g. reactions, edits, pins,
leaves/joins). ([#759](<#759>)
by @7w1)
* Fix latex in codeblocks getting parsed.
([#758](<#758>) by @7w1)
* Fixed message links being rendered as full links.
([#751](<#751>) by @7w1)
* Fixed per-message profile proxies not unwrapping and generally just
not working. (`f8a9a8f`)
* Fixed tweak automatic favoriting behavior when entering/leaving the
catalog. ([#757](<#757>) by
@7w1)
* Fix tweaks not applying on built-in themes.
([#756](<#756>) by @7w1)
* Added the ability to **underline** using `__underscores__`.
([#761](<#761>) by @7w1)
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.

1 participant