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
This was discovered in looking into #25.
Input:
```{.python .cb.run} print(''' | Name | SST-2 | MRPC | |-----------|---------|--------| | accuracy | 0.868 | 0.757 | | buildtime | 781.831 | 50.946 | ''') ```
Convert -t markdown with Pandoc 2.9.2.1:
-t markdown
```{=markdown} | Name | SST-2 | MRPC | |-----------|---------|--------| | accuracy | 0.868 | 0.757 | | buildtime | 781.831 | 50.946 | ```
The ```{=markdown} shouldn't be there, so there is probably an incompatibility with something changed in a recent version of Pandoc.
```{=markdown}
The text was updated successfully, but these errors were encountered:
e1c3fbe
No branches or pull requests
This was discovered in looking into #25.
Input:
Convert
-t markdown
with Pandoc 2.9.2.1:The
```{=markdown}
shouldn't be there, so there is probably an incompatibility with something changed in a recent version of Pandoc.The text was updated successfully, but these errors were encountered: