Skip to content

Commit db026e4

Browse files
committed
tweak text and add more h tags
1 parent 513dbf9 commit db026e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

analysis/src/CompletionJsx.ml

+6-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,12 @@ let htmlElements =
570570
false );
571571
("header", "Represents the header of a document or a section.", false);
572572
("hgroup", "Defines a group of headings.", false);
573-
("h1", "to <h6>\tDefines HTML headings.", false);
573+
("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);
574579
("hr", "Produce a horizontal line.", false);
575580
("html", "Defines the root of an HTML document.", false);
576581
("i", "Displays text in an italic style.", false);

0 commit comments

Comments
 (0)