Skip to content

Add support for new Wiki markdown features - #32

Open
Su5eD wants to merge 10 commits into
Rearth:26.1.2from
Su5eD:md-syntax
Open

Add support for new Wiki markdown features#32
Su5eD wants to merge 10 commits into
Rearth:26.1.2from
Su5eD:md-syntax

Conversation

@Su5eD

@Su5eD Su5eD commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The proposal

Adds support for new MD syntax and features introduced in a Wiki update last week, as well as some missing functionality from GFM markdown extensions.

Changes

  • Added support for new Callout variants including aliases based on the wiki equivalent
    • Supports collapsible callouts as well
  • Added support for GitHub Alert syntax
  • Added support for tables
  • Added support for ?[]() hover hint text
  • Added support for using asset locations in image sources
  • Added support for using image attributes and flags, such as width, height, center and right
  • Images with alt text will be displayed as figures
  • Heading attributes will be read and stripped as the mod doesn't need them
  • Added support for block quotes
  • Added support for enhanced code blocks
    • Displaying file name attributes and the language used
    • Support for code tabs
  • Added support for playing audio from wiki assets using the Audio component
  • Added support for video embeds (they will show up as buttons with a link)

Testing

I added examples for all new features to introduction.mdx, you can run the test client and verify everything displays as intended.

Su5eD added 10 commits September 2, 2026 14:08
- Asset image sources
- Heading and image attributes
- Anchor links
- Figures
Add support for displaying languages, file names and code tabs
Align right images to center because we don't support floating elements.
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