Skip to content

Tables with column ending with HTML tag aren't rendered right #1583

@syvb

Description

@syvb
a | b
--|--
<span>a</span> | b

produces
a and b are on two different rows
The table should be one row, not two rows with one column per row.

Activity

ehuss

ehuss commented on Jun 22, 2021

@ehuss
Contributor

Hm, that's strange. It seems to render fine for me:

image

Which version of mdbook are you using? Which browser?

syvb

syvb commented on Jun 23, 2021

@syvb
Author

@ehuss It turns out the issue was being caused by an extension, mdbook-toc that I was using in the book I was testing with (which is strange, because this doesn't use any of that extension's features). I've created an issue there: badboy/mdbook-toc#19. Sorry for the confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @ehuss@syvb

        Issue actions

          Tables with column ending with HTML tag aren't rendered right · Issue #1583 · rust-lang/mdBook