emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ASCII Tables with row and colspans


From: Ag Ibragimov
Subject: Re: ASCII Tables with row and colspans
Date: Wed, 18 Oct 2023 21:13:08 -0500

Ihor Radchenko <yantar92@posteo.net> writes:

> Ag Ibragimov <agzam.ibragimov@gmail.com> writes:
>
>> I've driven myself into a self-imposed headache. I need to render an
>> HTML table (Elisp representation of it, result of libxml-parse) in
>> ASCII.
>> ...
>> What's fast and easy way to render it in ASCII?
>
> AFAIK, AsciiDoctor has a very flexible table syntax. So, you may
> consider converting the AsciiDoctor format and then using AsciiDoctor
> ASCII export.

I think you missed the point that I'm trying to do this in Elisp. This is for a 
small package I'm writing. I couldn't
find a function anywhere that prints an ASCII table with spans. I thought it 
would be trivial to write one, turned out
to be a bit trickier than I expected. I'm surprised that something like this 
doesn't exist already. I'm still hoping
someone already solved that.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]