echo "{{.arg1}} {{.arg2}}"
Execute with mdx demo.md simple_echo hello world
Output:
$ hello world
#!/home/ldm9fe/git/mdx/.venv/bin/python
import sys
print(sys.executable)
Note: No infostring is specified. You can also specify a infostring, the shebang will nontheless be preferrred.