Overview
When exporting a Quip document with code snippets in it, the exported Quip document seems to capture the Copy button as plain text and append it to the code snippet. Additionally, if other plugins add buttons within the code snippet (for example obsidian-execute-code plugin), they will also be captured as plain text.
Here are example snippets in the exported Quip doc (obsidian-execute-code includes a Run button):
cat my-service.log | grep ERROR
RunCopy
Expected behavior
These keywords should be filtered out in the final exported doc.