We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boxes_to_rules
如果 n 是 夹注,则 处理完之后, n 已经指向了原来 n 的后继节点,如果其为空,则 下一步 n=n.next 会出错。
因此 n=n.next 需要放到 else 分支中。
可以通过两个紧邻的夹注进行测试 \jiazhu{XXX}\jiazhu{YYY},会发现第二个夹注没有处理,被跳过了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
boxes_to_rules
如果 n 是 夹注,则 处理完之后, n 已经指向了原来 n 的后继节点,如果其为空,则 下一步 n=n.next 会出错。
因此 n=n.next 需要放到 else 分支中。
可以通过两个紧邻的夹注进行测试 \jiazhu{XXX}\jiazhu{YYY},会发现第二个夹注没有处理,被跳过了。
The text was updated successfully, but these errors were encountered: