Skip to content
Discussion options

You must be logged in to vote

Those lines are not yaml. That's a markdown div, and it's generated (on purpose) if your cell doesn't contain results='asis'.

That markdown div should be getting converted to a div by Pandoc. Have you tried wrapping your raw HTML in

```{=html}
put-your-raw-html-here
```

instead of simply emitting the HTML output?

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@cscheid
Comment options

@cscheid
Comment options

@harrelfe
Comment options

@harrelfe
Comment options

@cscheid
Comment options

Answer selected by harrelfe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants