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
The identifier of a table is lost when converting to LaTeX, making it impossible to reference and crosslink to the table from within the document.
pandoc -f html -t latex <table id="test"> <tr><td>one</td><td>two</td></tr> </table> ^D \begin{longtable}[]{@{}ll@{}} \toprule() \endhead one & two \\ \bottomrule() \end{longtable}
The hypertarget should probably be added to the caption if one exists, or elsewhere in the table if the caption is empty.
The text was updated successfully, but these errors were encountered:
81e31ee
No branches or pull requests
The identifier of a table is lost when converting to LaTeX, making it impossible to reference and crosslink to the table from within the document.
The hypertarget should probably be added to the caption if one exists, or elsewhere in the table if the caption is empty.
The text was updated successfully, but these errors were encountered: