pandoc/test/command/6709.md
Albert Krewinkel 8357b835d9
App: allow tabs expansion even if file-scope is used
Tabs in plain-text inputs are now handled correctly, even if the
`--file-scope` flag is used.

Closes: #6709
2021-05-05 19:09:21 +02:00

205 B

Tabs must be expanded even if --file-scope is used

% pandoc -t native --file-scope --tab-stop=2
```
if true; then
	echo "yup"
fi
```
^D
[CodeBlock ("",[],[]) "if true; then\n  echo \"yup\"\nfi"]