Instantly share code, notes, and snippets.
Search for regex: ^(#+)([a-zA-Z]|\d)
^(#+)([a-zA-Z]|\d)
Replace with: $1 $2
$1 $2