micromark / micromark-extension-gfm-table

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

Delimiter-like body row stops parsing #7

Closed wooorm closed 1 year ago

wooorm commented 2 years ago

Initial checklist

Affected packages and versions

latest

Link to runnable example

https://stackblitz.com/edit/typescript-3aqowy?file=index.ts,index.html

Steps to reproduce

a
:-
--
b

Expected behavior

One table:

a :-

b

Actual behavior

a is a paragraph, then there is a table

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response

wooorm commented 2 years ago

Originally reported at https://github.com/remarkjs/remark-gfm/issues/39.

github-actions[bot] commented 1 year ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.

wooorm commented 1 year ago

Released in 1.0.6!