Problem
Highlighting, font colors, and paragraph alignment currently degrade quietly to plain text/flow (decision log D7, README limitations). Representable only via inline HTML (<span style>, <p align>), which ADO partially renders and which fights the human-readable-Markdown-first constraint.
Position
Hold until a real document demonstrates the loss matters (avoid speculative features). If needed, implement behind an opt-in flag (e.g. --keep-decorations) so default output stays clean.
Low priority by design — this issue exists to record the trade-off and collect motivating examples.
Problem
Highlighting, font colors, and paragraph alignment currently degrade quietly to plain text/flow (decision log D7, README limitations). Representable only via inline HTML (
<span style>,<p align>), which ADO partially renders and which fights the human-readable-Markdown-first constraint.Position
Hold until a real document demonstrates the loss matters (avoid speculative features). If needed, implement behind an opt-in flag (e.g.
--keep-decorations) so default output stays clean.Low priority by design — this issue exists to record the trade-off and collect motivating examples.