Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created September 3, 2013 09:16
Show Gist options
  • Select an option

  • Save pasberth/6421514 to your computer and use it in GitHub Desktop.

Select an option

Save pasberth/6421514 to your computer and use it in GitHub Desktop.
どうでもいいワンライナー
perl -pe ' s/(?<! )(?<= |\s)\n/\n / ; s/(?: \n)|(?:^\s*(\n))/$1\n| /' a.md > a.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment