v15.1.0
New features and enhancements
- Add
disableSanitizer: boolean
option as an input property toMarkdownComponent
and as a parameter toMarkdownPipe
, allowing to bypass the DOM sanitizer (default isfalse
) (#430) (434b9c1) @paviad @jfcere - Add
srcRelativeLink: boolean
input property toMarkdownComponent
to support relative links for remotely loaded markdown (default isfalse
) (#431) (1dd4951) @datumgeek @jfcere
Special Thanks
🥇 Thanks to paviad for his contribution to adding the disableSanitizer
option.
🥇 Thanks to datumgeek for his contribution to adding the srcRelativeLink
option.