From 00f5cb84d55036542165c756e235619631bc7dee Mon Sep 17 00:00:00 2001 From: James Date: Wed, 28 Sep 2016 12:46:11 +0100 Subject: SanitizationFilter allows html5 details and summary (Issue #21605) Also adds details/summary tags to Copy-as-GFM --- spec/fixtures/markdown.md.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spec/fixtures') diff --git a/spec/fixtures/markdown.md.erb b/spec/fixtures/markdown.md.erb index f3e7c2d1a9f..0cdbc32431d 100644 --- a/spec/fixtures/markdown.md.erb +++ b/spec/fixtures/markdown.md.erb @@ -79,6 +79,11 @@ As permissive as it is, we've allowed even more stuff: span tag +
+Summary lines are collapsible: +Hiding the details until expanded. +
+ This is a link with a defined rel attribute, which should be removed This is a link trying to be sneaky. It gets its link removed entirely. -- cgit v1.2.3