I am running Sigil 1.9.10 on an M1 iMac (OS X 12.4) and I am getting a parsing error on the '@' sign. Below is a minimum viable example that throws the error:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title></title>
</head>
<body>
0: (SWANK::DEBUG-IN-EMACS #<UNDEFINED-FUNCTION @ #x716b082a>)
</body>
</html>
Any help appreciated.