mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #15599] issue: Markdown Table Alignment Conversion Bug #33142
Reference in New Issue
Block a user
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?
Originally created by @wongsatornt2529 on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15599
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actual Behavior
I recently discovered a minor issue in the markdown converter related to table rendering—it appears to skip the alignment, as shown below.
Steps to Reproduce
Create a Markdown table with alignment syntax:
Inspect the resulting HTML output.
Logs & Screenshots
The issue might from below {token.align[headerIdx] ? '' :
text-align: ${token.align[headerIdx]}}.I'm not sure if this change is too minor to warrant a pull request, so I’d appreciate it if you could help update the code directly. Thank you!
Additional Information
No response
@tjbck commented on GitHub (Jul 9, 2025):
Good catch, addressed with 24f0da172ef2eb498e820acddc367d8273427506!