@@ -35,34 +35,34 @@ To check some examples with the PDF output see [examples](examples/) folder.
3535
3636## Supported tags & attributes
3737
38- HTML tags:
39-
40- - ** a** : link
41- - ** b** : bold
42- - ** blockquote** : block quotation element
43- - ** br** : new line
44- - ** code** : inline code element
45- - ** del** : strike-through
46- - ** div** : block element
47- - ** em** : italic
48- - ** h1** - ** h6** : headings
49- - ** hr** : horizontal line
50- - ** i** : italic
51- - ** ins** : underline
52- - ** img** : image
53- - ** li** : list item
54- - ** mark** : highlight
55- - ** ol** : ordered list
56- - ** p** : block element
57- - ** pre** : preformatted text element
58- - ** s** : strike-through
59- - ** small** : smaller text
60- - ** span** : inline element
61- - ** strong** : bold
62- - ** sub** : subscript element
63- - ** sup** : superscript element
64- - ** u** : underline
65- - ** ul** : unordered list
38+ HTML tags (using MDN definitions) :
39+
40+ - ** a** : the Anchor element
41+ - ** b** : the Bring Attention To element
42+ - ** blockquote** : the Block Quotation element
43+ - ** br** : the Line Break element
44+ - ** code** : the Inline Code element
45+ - ** del** : the Deleted Text element
46+ - ** div** : the Content Division element
47+ - ** em** : the Emphasis element
48+ - ** h1** - ** h6** : the HTML Section Heading elements
49+ - ** hr** : the Thematic Break (Horizontal Rule) element
50+ - ** i** : the Idiomatic Text element
51+ - ** ins** : the added text element
52+ - ** img** : the Image Embed element
53+ - ** li** : the list item element
54+ - ** mark** : the Mark Text element
55+ - ** ol** : the Ordered List element
56+ - ** p** : the Paragraph element
57+ - ** pre** : the Preformatted Text element
58+ - ** s** : the strike-through text element
59+ - ** small** : the side comment element
60+ - ** span** : the generic inline element
61+ - ** strong** : the Strong Importance element
62+ - ** sub** : the Subscript element
63+ - ** sup** : the Superscript element
64+ - ** u** : the Unarticulated Annotation (Underline) element
65+ - ** ul** : the Unordered List element
6666
6767CSS attributes (dimensional units are ignored and considered in pixel):
6868
0 commit comments