```python {load=['Pre.md']}
--this run Pre.md's `pre` or `post` and can 'import' in Pre.md
```
```python {load=['Pre.md'], import=[ 'test_i']}
--so this is work
```
```python{import=['Pre.md/'test_i'']}
--this `import` 'Pre.md/test_i' without load 'Pre.md'
```
```python{import=['Pre.md/'test_i'','test_s']}
-- so this is not work
```
Idea
loadargument. Load other file and run that filespre/postcode-block run also canimportthat file as work.importagument. work with other files directoryExample