Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In some documents, latexmath will appear in text passed to `handle_inline_stem` as a frozen string. By changing line 135 to include `text = text.gsub(stem_rx)` instead of `text.gsub!(stem_rx)`, this error no longer occurs.
- Loading branch information