blob: 4198950007f1a5fbd051fd8cd459dbfbb97d9026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
]
````
|