fletcher / fletcher/MultiMarkdown-5
Incorrect output with : in multiline paragraphs surrounded by em/strong markup
Open
- Dominant language
- C
- Stars
- 296
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
The following snippet
````
*Note: This is
not supported.*
````
generates:
````
````
It happens with any combination of `*` and `_`. Taking away the linebreak "fixes" the problem but with longer paragraphs this isn't a good solution. Taking away the `:` also produces the correct output so I believe that something takes this as some kind of metadata.
It seems that placing a colon (somewhere in but not at the end of) the first line of a multiline paragraph which itself is surrounded by `em`/`strong` markup produces this error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.