2 lines
98 B
Bash
2 lines
98 B
Bash
#!/bin/bash
|
|
pandoc -s --from=latex+smart content.tex -t markdown+hard_line_breaks+smart -o main.md |