Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] FAQ update for aliasing



Bart Schaefer wrote on Mon, Feb 01, 2021 at 12:11:10 -0800:
> On Mon, Feb 1, 2021 at 8:14 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > > That is, most paragraphs get a hanging left indent (outdent?), but not
> > > all do.  This happens in other sections, not just the one touched in
> > > the patch.  I'm not sure the hanging leader is even intentional.  Do
> > > others see this?
> >
> > You mean the additional indentation of the "1."?
> 
> No, I mean the LACK OF indentation on "2." and "3." and in fact on the
> first line of ALMOST every paragraph in the document (that isn't a
> section header).

That seems to be yodl2txt(1)'s default behaviour:

% print -rC1 '  hello' '  world' '' '  lorem' > 1.yo
% yodl2txt 1.yo
Yodl2html 4.02.00
No post-processing required for this txt conversion
% nl -ba < 1.txt
     1  hello
     2    world
     3
     4  lorem

The spaces in '  hello' were elided by something-or-other, while those in
'  world' were preserved literally.

Cheers,

Daniel




Messages sorted by: Reverse Date, Date, Thread, Author