aboutsummaryrefslogtreecommitdiff
path: root/test/command/6709.md
blob: d6d5145522d3584b1b33d37a346c4090997b74a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"]
````