aboutsummaryrefslogtreecommitdiff
path: root/test/command/6709.md
blob: 7ed5225abc03ca42eb9a847ce1344cc82ae3dd38 (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" ]
````