You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #188, we added the ability to specify <script> attributes with a list of values. However, it doesn't seem to support boolean attribites in the same way as other tags (i.e., div(foo=NA) gets rendered as <div foo></div>).
In #188, we added the ability to specify
<script>
attributes with a list of values. However, it doesn't seem to support boolean attribites in the same way as other tags (i.e.,div(foo=NA)
gets rendered as<div foo></div>
).For example:
BTW, the above seems to work in Chrome/Firefox, but it really should be rendered as
#> <script src="foo/my.js" defer></script>
The text was updated successfully, but these errors were encountered: