4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/bash
|
||
|
/usr/bin/markdown -f fencedcode -f ext -f footnote -f latex index.md > index.html
|
||
|
|