1
0
Commit Graph

63 Commits

Author SHA1 Message Date
Markus Wüstenberg
18b52ffda1
Add a test for attr.String (#12) 2020-09-21 16:07:39 +02:00
Markus Wüstenberg
d78ed7efc7
Add a Write function (#11) 2020-09-21 11:27:37 +02:00
Markus Wüstenberg
8de5a685ef
Add a lot of common elements (#10)
Especially add elements that are either used in every document, that nearly always have text content, or that are almost always used with certain attributes.
2020-09-21 11:23:47 +02:00
Markus Wüstenberg
02d963de10
Don't render twice with children (#9) 2020-09-21 11:14:37 +02:00
Markus Wüstenberg
4d9f1c2aed
Add package el with element helpers (#8) 2020-09-18 15:01:10 +02:00
Markus Wüstenberg
f7812a9f06
Add package attr with attribute helpers (#7) 2020-09-18 14:44:47 +02:00
Markus Wüstenberg
f9d584c988
Make NodeFunc and attr implement fmt.Stringer (#6) 2020-09-18 14:38:09 +02:00
Markus Wüstenberg
e8faab5207
Try out codecov.io (#5) 2020-09-18 14:05:53 +02:00
Markus Wüstenberg
15d2cc9373
Add Makefile (#4) 2020-09-18 13:57:04 +02:00
Markus Wüstenberg
a564fd6cee
Create codeql-analysis.yml (#3) 2020-09-15 09:40:58 +02:00
Markus Wüstenberg
ad47ed56f1
Add godoc link to readme (#2) 2020-09-14 10:51:29 +02:00
Markus Wüstenberg
ca80dce018
Add package documentation (#1) 2020-09-14 10:47:14 +02:00
Markus Wüstenberg
fc3cc0f0f3 Add first implementation of Node, El, Attr, Text 2020-09-13 22:50:19 +02:00