executablebooks / sphinx-design

A sphinx extension for designing beautiful, screen-size responsive web components.
https://sphinx-design.readthedocs.io/en/furo-theme/
MIT License
187 stars 57 forks source link

🐛 FIX: do not close `input` tag #195

Closed chrisjsewell closed 1 month ago

chrisjsewell commented 1 month ago

Remove closing tag from <input>, since this is a void element: https://developer.mozilla.org/en-US/docs/Glossary/Void_element

closes #126