Refactor formatter (#17828)
* Refactor formatter * Move custom emoji pre-rendering logic to view helpers * Move more methods out of Formatter * Fix code style issues * Remove Formatter * Add inline poll options to RSS feeds * Remove unused helper method * Fix code style issues * Various fixes and improvements * Fix test
Showing
+456 -343
app/helpers/formatting_helper.rb
0 → 100644
app/lib/emoji_formatter.rb
0 → 100644
app/lib/formatter.rb
deleted
100644 → 0
app/lib/html_aware_formatter.rb
0 → 100644
app/lib/plain_text_formatter.rb
0 → 100644
app/lib/text_formatter.rb
0 → 100644
Please register or sign in to comment