diplodoc-platform / diplodoc-platform/transform

[Bug] multiline table requires empty line before it

Open
#592 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
69
Forks
59
Avg merge
1d 21h
Merged PRs (30d)
6

Description

### Package version

any

### Node version

_No response_

### Platform

_No response_

### What steps will reproduce the bug?

Insert markup below into playground https://diplodoc-platform.github.io/playground/

```md
paragraph
#|
|| one | two ||
|| three | four ||
|#
```

Table not parsed:
image

But if you add an empty line between `paragraph` and `#|`, table will be parsed and rendered:
image

### What is the expected behavior?

Multiline table should be rendered without empty line before

### What do you see instead?

Multiline table has not been parsed and rendered. Preview shows raw markup of multiline table

### Additional information

Native markdown table does not require empty line before
image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.