Skip to content

Instantly share code, notes, and snippets.

@jimworm
Created May 9, 2025 09:19
Show Gist options
  • Save jimworm/14434788b5d0260538a1a8be3f6610eb to your computer and use it in GitHub Desktop.
Save jimworm/14434788b5d0260538a1a8be3f6610eb to your computer and use it in GitHub Desktop.
Escape markdown
str.gsub(/[\\\`\*\_\{\}\[\]\<\>\(\)\#\+\-\.\!\|]/) { |c| "\\#{c}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment