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

some questions about table #9

Open
katanala opened this issue Jan 29, 2019 · 0 comments
Open

some questions about table #9

katanala opened this issue Jan 29, 2019 · 0 comments

Comments

@katanala
Copy link

html code block of table :

<table>
  <tbody>
  <tr><td>1</td><td>1</td></tr>
  </tbody>
</table>

i use the options of tables like this:
options.tables = Options.Tables.MULTI_MARKDOWN;

the program converts the HTML code block to the markdown code, like this

| ---- | ---- |
| 1 | 1 |

so , the html code of table can be draw, but the markdown code still code, can not be draw by the markdown engine.
i think it should add empty header to support markdown engine to draw the table, like this :

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

No branches or pull requests

1 participant