Skip to content

setex heading after table #179

Open
@UziTech

Description

@UziTech

A setex heading is a block level element but it does not seem to interrupt a table.

Is this by design since it cannot interrupt a paragraph? or should it be able to interrupt a table without being preceded by a new line?

Discussion: markedjs/marked#1598 (comment)

example

| abc | def |
| --- | --- |
| bar | foo |
| baz | boo |
title
=====

actual

abc def
bar foo
baz boo
title
=====

expected

abc def
bar foo
baz boo

title

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions