Whitespace

master
giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 2019-10-21 13:03:05 -04:00 committed by admin
parent e9f2559520
commit f1d4710f64
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[Giuseppe Bilotta]]"]]
[[!template id=gitbranch branch=GiuseppeBilotta/obj author="[[GiuseppeBilotta]]"]]
I have created a rather straightforward adaptation of the `img` directive to implement `object` support. The intended use case is to allow inclusion of SVG images that use interaction and/or load external resources, which are not supported in modern browsers via the `img` tag because security. The new directive is called `obj`, and it's implemented as part of the `img` plugin. The patch implementing it is available in my `obj` branch