Commit Graph

2 Commits

Author SHA1 Message Date
Alexandre Alves 77d455041e
Wrong rendering of Markdown files (#9956)
* remove dompurify from markdown component + add missing html tags to allowed tags in v-clean-html

* fix lint error

* added styles for tables and blockquote based on github

* cleanup console.log

* fix missing tags after rebase

---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
Co-authored-by: Alexandre Alves <aalves@Alexandres-MacBook-Pro.local>
2023-12-05 11:31:45 +00:00
Neil MacDougall d5dccb4de4
Support "target=_blank" in A links via clean-html directive (#9928)
* Allow target=_blank on A tags through DOMPurify

* Remove unused params

* Fix lint issue

* Prevent directives from being overwritten

* Fix lint issues
2023-11-23 09:33:48 +00:00