mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 01:53:41 +08:00
We need to escape text that looks like Markdown within options and use `DiscoursePoll::Poll.extract` to generate HTML and the digest for options. Unfortunately our implementation of md5 in JS is slightly different from Ruby's md5. Also, extracted HTML can contain HTML entities, curly quotes, etc. that isn't in the original option text. |
||
|---|---|---|
| .. | ||
| base.rb | ||
| discourse_merger.rb | ||
| generic_bulk.rb | ||
| phpbb_postgresql.rb | ||
| uploads_importer.rb | ||
| uploads_importer.yml | ||
| vanilla.rb | ||
| vbulletin.rb | ||
| vbulletin5.rb | ||