next project idea ramblings
i have an (as-of-now) incredibly abstract idea for a plaintext document format which has in-band syntax-highlighting-ish rules affixed to the beginning or end somewhere that would format the text for terminal/html output and provide relevant hints for screenreaders.
i'm intending for this to treat fixed-width highlighted-text output as its intended output medium, while solving accessibility issues, and allowing versatile formatting without needing some heavy domain-specific stack above it.
effectively, what i want is a .txt file with vim `:syn`/`:hi` commands after it as the markup.