about summary refs log tree commit diff stats
path: root/el/content.go
Commit message (Collapse)AuthorAgeLines
* Add element helpers and refactor (#34)Markus Wüstenberg2020-10-28-33/+0
| | | | | | | This change adds a lot of element helpers, and refactors: - helpers into simple, text, and other helpers - most tests into table-driven tests, so they're easier to read Thanks to @oderwat for pushing me to improve the tests. 😉
* Add br and hr element helpers (#30)Hans Raaf2020-10-23-0/+8
|
* Group element helpers in different files (#21)Markus Wüstenberg2020-09-25-0/+25
According to the section at https://developer.mozilla.org/en-US/docs/Web/HTML/Element