Support double size lines for headings
rhaskia opened this issue · 4 comments
Double size lines https://vt100.net/docs/vt510-rm/DECDHL.html would be a nice feature for this md viewer. I would be willing to try implement this into the application myself but I dont know if with how it's set up if its possible to insert ascii codes into the output.
Hi. I could help you out with that. First, the link does not link correctly. Secondly, this crate may be of help.
I submitted this issue on mobile sorry, the proper link is https://vt100.net/docs/vt510-rm/DECDHL.html. As for that crate, I think it's only for colours so it may need to be implemented at the tui crate level.
Looking at this issue, it seems the underlying rendering framework Ratatui will just swallow the ANSI codes. It will probably have to be implemented as some form of ascii art.
Does this project seem like something you could use to make headings bigger?