developit / developit/snarkdown
Nested formatting causing weird issues
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
**input**
```
***hello***
```
**actual**
```
hello
```
**expected**
https://babelmark.github.io/?text=***hello***
```
hello
```
And one other, even weirder, case (heading being nested inside formatting from the previous line)
**input**
```
***hello***
## Heading
```
**actual**
```
helloHeading
```
**expected**
https://babelmark.github.io/?text=***hello***%0A%0A%23%23+Heading
```
hello
Heading
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.