diplodoc-platform / diplodoc-platform/cli
Double h1 when there is text between the heading and the h1
Open
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 51
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 38
Description
You are making the assumption that between
```markdown
---
title: Getting started with MapKit for Android | Android
---
# Getting started with MapKit for Android
```
there is nothing and h1 is always at the very top
In fact it may be so
```markdown
---
title: Getting started with MapKit for Android | Android
---
some meta information,
# Getting started with MapKit for Android
```
Then diplodoc inserts two h1
Contributor guide
Assessment
This issue has not been assessed yet.