Open
Description
Hey!
I would like to pass arbitrary props directly to the pre
components.
```python { title: "main.py" }
print("Hello, world")
```
In the above example, the pre
component would have the title
prop set to "main.py"
.
This simple use case provides a tooltip for the generated code block.
Is this possible with the current version of the plugin?
Any help is appreciated!
Thank you!