Conversation
supportCurrently, the tables are converted as simple strings, which are not really readable/understandable. Sometimes, they contain essential content — e.g., a technical comparison in the article linked above. It would be great to see them properly converted as well. The page I need help with: [ log in to see the link]
Good catch. Tables are currently flattened during conversion, which is not ideal for comparison or technical content. I agree this should be handled more explicitly. I’m planning to add Markdown table conversion so <table> , <thead> , <tbody> , <tr> , <th> , and <td> structures are preserved as pipe-table Markdown where possible.
This has been added to v1.0.1!
Please remember to leave a review 🙂
Awesome! I confirm it works great in my case already. Thank you!
Good catch. Tables are currently flattened during conversion, which is not ideal for comparison or technical content. I agree this should be handled more explicitly. I’m planning to add Markdown table conversion so <table> , <thead> , <tbody> , <tr> , <th> , and <td> structures are preserved as pipe-table Markdown where possible.
This has been added to v1.0.1!
Please remember to leave a review 🙂
Awesome! I confirm it works great in my case already. Thank you!