We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
\documentclass{article} \begin{document} \begin{tabular}{ccc} foo & bar & baz \\ foo & bar & baz \end{tabular} \begin{tabular}{@{}ccc@{}} foo & bar & baz \\ foo & bar & baz \end{tabular} \begin{tabular}{p{20mm}p{20mm}p{20mm}} foo & bar & baz \\ foo & bar & baz \end{tabular} \end{document}
Actual output:
$ pandoc -t markdown tabular.tex ----- ----- ----- foo bar baz foo bar baz ----- ----- ----- <span>@ccc@</span> foo & bar & baz\ foo & bar & baz <span>p<span>20mm</span>p<span>20mm</span>p<span>20mm</span></span> foo & bar & baz\ foo & bar & baz
Expected output:
----- ----- ----- foo bar baz foo bar baz ----- ----- -----
for all three.
The text was updated successfully, but these errors were encountered:
fcddd0e
No branches or pull requests
Example:
Actual output:
Expected output:
for all three.
The text was updated successfully, but these errors were encountered: