-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Tables and dividers don't render properly #99
Comments
Thank you very much for the report @kenyee You can find all current handled node types here: And yes you are correct, tables are currently not yet handled. It is however possible to implement a custom component which adds support for these. That said, I am happy to review contributions adding proper table support to the library! Related the h1h2A/B Test Cells (All) number is percentage of crashes with user in test cell: |
@mikepenz I don't see a table node type in the markdown library. Can you explain more how would someone implement a custom component for it? |
@salah-8 you can handle custom unhandled types supported from the kotlin markdown library. Line 54 in 4c2fedb
|
@mikepenz But I couldn't find a "table" type in the Kotlin markdown library in the first place to handle it here. |
These might only be in the GFM flavored spec: https://github.com/JetBrains/markdown/blob/master/src/commonMain/kotlin/org/intellij/markdown/flavours/gfm/GFMElementTypes.kt#L32-L38 |
About this issue
This doesn't seem to render hrules/divider or tables properly..otherwise, it works great!
Example markdown:
The hrule/divider makes the text within get rendered at a very large size. And the table doesn't show up:
I checked the IntelliJ library that this library uses and it appears to support tables so I'm guessing this library doesn't handle them? If so, it should be documented in the Readme.md.
Details
Checklist
The text was updated successfully, but these errors were encountered: