You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an issue converting markdown containing tables.
If I use convert_text method using markdown string definition, tables are interpreted as text not as table
Otherwise if I write markdown string to file and convert it with convert_file method I get table objects as expected
Issue tested with odt output format
I'm getting an issue converting markdown containing tables.
If I use convert_text method using markdown string definition, tables are interpreted as text not as table
Otherwise if I write markdown string to file and convert it with convert_file method I get table objects as expected
Issue tested with odt output format
pypandoc.convert_file('tab.md','odt',outputfile='tab_ok.odt')
tab.zip
The text was updated successfully, but these errors were encountered: