Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jun 16, 2022
1 parent 9ead5a7 commit b2324e5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions website/_dogfooding/_pages tests/markdownPageTests.md
Expand Up @@ -6,7 +6,7 @@ wrapperClassName: docusaurus-markdown-example

# Markdown page tests

This is a page generated from Markdown to illustrate the Markdown page feature and test some edge cases.
This is a page generated from markdown to illustrate the Markdown page feature and test some edge cases.

:::info

Expand Down Expand Up @@ -160,7 +160,17 @@ function Clock(props) {
}
```

## Custom heading ID {#custom}
## Custom heading id {#custom}

### Weird heading {#你好}

### Weird heading {#2022.1.1}

### Weird heading {#a#b}

### Weird heading {#a b}

### Weird heading {#a{b}

## Pipe

Expand Down

0 comments on commit b2324e5

Please sign in to comment.