I have a python code file with a large multiline string comment that I'm using as a sort of checklist for tests that I'm implementing.
Is it possible to have just that portion of the buffer be in org mode so I can have checkboxes and heading and stuff?
python code """ large text block that I would like to be in org mode """ more python code implementing tests Note that this is org that I want to embed in a python file. Not vice versa.