Thank you so much for your very helpful response. I do appreciate it.

I'll put it on the bug tracker.

Cheers.

On Wednesday, October 12, 2022 at 4:11:50 PM UTC fiddlosopher wrote:
First, note that only initial indentation of lines is significant in line blocks; internal consecutive spaces will be collapsed anyway.

Second, --preserve-tabs does apparently have an effect, but it's not what you'd expect;

% printf "|\thi" | pandoc -t native
[ LineBlock [ [ Str "\160\160hi" ] ] ]
% printf "|\thi" | pandoc -t native --preserve-tabs
[ Para [ Str "|" , Space , Str "hi" ] ]
% printf "| \thi" | pandoc -t native --preserve-tabs
[ LineBlock [ [ Str "\160hi" ] ] ]

You should go ahead and put something about this on the bug tracker.

> On Oct 12, 2022, at 2:47 AM, Alcuin York <alcu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> From my own understanding of the pandoc manual, it seems that the --preserve-tabs option does not apply to line_blocks. And from my own attempts this also appears to be the case. So, 2 questions:
>
> 1. Is this correct (--preserve-tabs does not apply to line_blocks).
>
> 2. If yes to 1, would it be possible to incorporate it into pandoc?
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discus...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ea4af10c-e784-4194-b1f0-b8135c76355an%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8121a239-651d-4f99-92ac-8812740b0178n%40googlegroups.com.