Skip to content

Instantly share code, notes, and snippets.

@fumihito
Created January 20, 2023 12:31
Show Gist options
  • Save fumihito/d6fdfcb7e824b1abe4b12187b69fbdf6 to your computer and use it in GitHub Desktop.
Save fumihito/d6fdfcb7e824b1abe4b12187b69fbdf6 to your computer and use it in GitHub Desktop.
s/^#####(.*)$/=====$1 =====/g
s/^####(.*)$/====$1 ====/g
s/^###(.*)$/===$1 ===/g
s/^##(.*)$/==$1 ==/g
s/^#(.*)$/=$1 =/g
s/\[([^\]]*)\]\(([^\)]*)\)/[[$2|$1]]/g
s/^\*(.*)$/ * $1/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment