Skip to content
New issue

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

Markdown-to-Markdown gives raw elements #26

Closed
gpoore opened this issue Apr 30, 2020 · 0 comments
Closed

Markdown-to-Markdown gives raw elements #26

gpoore opened this issue Apr 30, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@gpoore
Copy link
Owner

gpoore commented Apr 30, 2020

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:

```{=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.

@gpoore gpoore added the bug Something isn't working label Apr 30, 2020
@gpoore gpoore closed this as completed in e1c3fbe May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant