gpoore / codebraid

Live code in Pandoc Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown-to-Markdown gives raw elements

gpoore opened this issue · comments

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.