markdown tables support #1
Reference in New Issue
Block a user
Delete Branch "markdown-tables"
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?
Summary
This PR adds full support for rendering markdown tables in the ObsWiki application. The changes enable proper HTML table generation from
standard markdown table syntax.
Changes Made
Core Feature:
Bug Fixes:
UI/UX Improvements (src/server/mod.rs):
Documentation:
Test Plan
Technical Notes