You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However in this case, the table is recognized only if it does not interrupt a paragraph:
foo
a | b
--- | ---
c | d
renders to (with -e table):
<p>foo
a | b
--- | ---
c | d</p>
I would expect the paragraph interruption rule applies consistently no matter how exactly the table is encoded. I.e. either both the cases should be rendered as tables or none of them.
The text was updated successfully, but these errors were encountered:
Originally posted by @mity in #141 (comment)
renders to (with
-e table
)However in this case, the table is recognized only if it does not interrupt a paragraph:
renders to (with
-e table
):I would expect the paragraph interruption rule applies consistently no matter how exactly the table is encoded. I.e. either both the cases should be rendered as tables or none of them.
The text was updated successfully, but these errors were encountered: