Skip to content

Commit 2961ad1

Browse files
author
Orta
authored
Merge pull request microsoft#1093 from zaki-yama/fix-broken-layout-of-toc
Fix broken layout of Table of Contents
2 parents 3f90151 + d5bebe9 commit 2961ad1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

pages/JSX.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Table of contents
22

33
[Introduction](#introduction)
4+
45
[Basic Usage](#basic-usage)
6+
57
[The as operator](#the-as-operator)
8+
69
[Type Checking](#type-checking)
710
* [Intrinsic elements](#intrinsic-elements)
811
* [Value-based elements](#value-based-elements)
@@ -12,8 +15,11 @@
1215
* [Children Type Checking](#children-type-checking)
1316

1417
[The JSX result type](#the-jsx-result-type)
18+
1519
[Embedding Expressions](#embedding-expressions)
20+
1621
[React integration](#react-integration)
22+
1723
[Factory Functions](#factory-functions)
1824

1925
# Introduction

pages/Mixins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Table of contents
22

33
[Introduction](#introduction)
4+
45
[Mixin sample](#mixin-sample)
6+
57
[Understanding the sample](#understanding-the-sample)
68

79
# Introduction

pages/Namespaces.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
[Introduction](#introduction)
4+
45
[First steps](#first-steps)
56
* [Validators in a single file](#validators-in-a-single-file)
67

0 commit comments

Comments
 (0)