developit / developit/snarkdown
Nested formatting causing weird issues
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.4k
- Fork
- 116
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.