Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with rendering tables within lists #344

Open
kazuhiro-yourself opened this issue May 14, 2023 · 2 comments
Open

Issue with rendering tables within lists #344

kazuhiro-yourself opened this issue May 14, 2023 · 2 comments

Comments

@kazuhiro-yourself
Copy link

Summary

I'm experiencing an issue with Honkit where tables within lists are not being correctly rendered in the generated HTML.

  • HonKit version: 4.0.7

Step to reproduce

  1. Create a new markdown file with the following content:
- Test
    - Condition 1
  
      |aaaa|aaaa|
      |--|--|
      |aaa|aaa|
  
    - Condition 2
      
      |aaaa|aaaa|
      |--|--|
      |aaa|aaa|
  1. Run honkit build.

Expected results

The tables within the lists should be rendered as tables in the generated HTML.

Actual results

In the rendered HTML, the table does not appear as expected. Instead, it is displayed like this:
image

I'm wondering if this is a known issue, and if there is a workaround or a fix for it. Any help would be greatly appreciated.

@zhaoaixu520
Copy link

same issue

@khoinv6
Copy link

khoinv6 commented Nov 13, 2023

Is there any fix for this?

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

No branches or pull requests

4 participants