We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513dbf9 commit db026e4Copy full SHA for db026e4
analysis/src/CompletionJsx.ml
@@ -570,7 +570,12 @@ let htmlElements =
570
false );
571
("header", "Represents the header of a document or a section.", false);
572
("hgroup", "Defines a group of headings.", false);
573
- ("h1", "to <h6>\tDefines HTML headings.", false);
+ ("h1", "Defines HTML headings.", false);
574
+ ("h2", "Defines HTML headings.", false);
575
+ ("h3", "Defines HTML headings.", false);
576
+ ("h4", "Defines HTML headings.", false);
577
+ ("h5", "Defines HTML headings.", false);
578
+ ("h6", "Defines HTML headings.", false);
579
("hr", "Produce a horizontal line.", false);
580
("html", "Defines the root of an HTML document.", false);
581
("i", "Displays text in an italic style.", false);
0 commit comments