discourse/plugins/poll
Sam 9e241e82e9
DEV: use HTML5 version of loofah (#21522)
https://meta.discourse.org/t/markdown-preview-and-result-differ/263878

The result of this markdown had different results in the composer preview and the post. This is solved by updating Loofah to the latest version and using html5 fragments like our user had reported. While the change was only needed in cooked_post_processor.rb for this fix, other areas also had to be updated due to various side effects.
2023-06-20 09:49:22 +08:00
..
app DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
assets DEV: Update poll components and controllers to native class syntax 2023-06-16 18:16:31 +01:00
config Update translations (#21583) 2023-05-16 19:40:01 +02:00
db FIX: De-duplicate poll vote on user merge (#22107) 2023-06-15 11:18:51 +08:00
jobs/regular DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
lib FIX: Ensure poll extraction is not attempted if post body is absent (#19718) 2023-01-13 01:47:44 +00:00
spec DEV: use HTML5 version of loofah (#21522) 2023-06-20 09:49:22 +08:00
test/javascripts DEV: Modernize poll JS directory structure and colocate components 2023-06-16 18:16:31 +01:00
plugin.rb FIX: De-duplicate poll vote on user merge (#22107) 2023-06-15 11:18:51 +08:00