You could write a plugin which overrides qa_sanitize_html(...) in qa-base.php, and which modifies the following line:
'elements' => '*+embed+object',
... to ...
'elements' => '*-a+embed+object',
Note that I haven't tried this though!
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.