Skip to content

Instantly share code, notes, and snippets.

@veirus
Last active July 30, 2018 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veirus/c41687491dbbb3ffc51b9885ec8e784b to your computer and use it in GitHub Desktop.
Save veirus/c41687491dbbb3ffc51b9885ec8e784b to your computer and use it in GitHub Desktop.
Convert markdown style links to emacs orgmode format
" even easier with `.\{-}`:
%s/\[\(.\{-}\)](\(.\{-}\))/[[\2][\1]]/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment