html_escape.js 121 B

1234
  1. export default () => <a href="https://foo.bar?q1=foo&q2=bar" />;
  2. () => <img src="https://bar.foo?param1=1&param2=2" />;