mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
Synthesize empty headings for simple headerless tables and keep complex tables readable as blocks. Use owned output fragments to avoid repeated copying through nested fallback tables. Cover escaping, alignment, layouts, CLI output and linear copy growth. Validated with cargo fmt, workspace Clippy, and 18,114 passing nextest tests (13 skipped).
8 lines
178 B
HTML
8 lines
178 B
HTML
<!doctype html>
|
|
<html><head><meta charset="utf-8"></head><body>
|
|
<table>
|
|
<tr><td>苹果</td><td>5 元</td></tr>
|
|
<tr><td>香蕉</td><td>3 元</td></tr>
|
|
</table>
|
|
</body></html>
|