Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function md2word () {
  2. pandoc -o $2 -f markdown -t docx $1
  3. }
  4.  
  5. function word2md () {
  6. pandoc -o $2 -f docx -t markdown $1
  7. }
Add Comment
Please, Sign In to add comment