micromark / micromark-extension-gfm-table

micromark extension to support GFM tables
https://unifiedjs.com
MIT License
6 stars 6 forks source link

Flow can interrupt tables #4

Closed wooorm closed 2 years ago

wooorm commented 2 years ago

Initial checklist

Affected packages and versions

latest

Link to runnable example

No response

Steps to reproduce

| a |
| - |
| b |
> block quote?

| a |
| - |
| b |
- list?

| a |
| - |
| b |
<div>html?</div>

| a |
| - |
| b |
# atx heading

| a |
| - |
| b |
    indented code?

| a |
| - |
| b |
```js
fenced code?
a
b

^-- thematic break

a
b

paragraph?

a
b
a
b

setext heading


### Expected behavior

| a |
| - |
| b |
> block quote?

| a |
| - |
| b |
- list?

| a |
| - |
| b |
<div>html?</div>

| a |
| - |
| b |
# atx heading

| a |
| - |
| b |
    indented code?

| a |
| - |
| b |
```js
fenced code?
a
b

^-- thematic break

a
b

paragraph?

a
b
a
b

setext heading

Actual behavior

https://github.com/syntax-tree/unist/discussions/57

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response

pjkaufman commented 2 years ago

@wooorm , I am seeing an issue quite similar to this: https://github.com/remarkjs/remark/discussions/1003.

Is there a particular way I should go about creating a discussion/issue here on micromark-extension-gfm-table?

wooorm commented 2 years ago

This is a problem with micromark-extension-gfm-table indeed. Can you open an issue here? Or a PR with a failing test?

pjkaufman commented 2 years ago

This is a problem with micromark-extension-gfm-table indeed. Can you open an issue here? Or a PR with a failing test?

I'll see about opening an issue.