Skip to content

Instantly share code, notes, and snippets.

@emiltin
Created October 31, 2012 14:26
Show Gist options
  • Select an option

  • Save emiltin/3987321 to your computer and use it in GitHub Desktop.

Select an option

Save emiltin/3987321 to your computer and use it in GitHub Desktop.
#lib/auto_html.rb
AutoHtml.add_filter(:issue_link) do |text|
text.gsub(/x/) do |match|
'-'
end
end
#documentation:
https://github.com/dejan/auto_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment