developit / developit/snarkdown

Nested formatting causing weird issues

Open
#77 1 comment 2 reactions 0 assignees View on GitHub
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**
```
hello

Heading


```
**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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.