Is there a way to support chunk options with either R or Python? **With R** ```{.sql .interactive .hr, echo=TRUE, message=FALSE,} SELECT * FROM regions; ``` **With Python** ```{.sql .interactive .hr} #| echo: true #| message: false SELECT * FROM regions; ```