]> git.scottworley.com Git - paperdoorknob/commit
Handle Unicode characters ≈ and ◁ main
authorScott Worley <scottworley@scottworley.com>
Fri, 26 Jan 2024 08:37:41 +0000 (00:37 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 26 Jan 2024 08:37:41 +0000 (00:37 -0800)
commit30b145cc4660ae5d86bd0de88e373d3107ba54d5
tree66971619fb4dc245a932a33bff61ea7f8ab0b150
parentf74e57796d3473d9126f8b3a98ee0d63bb0b742e
Handle Unicode characters ≈ and ◁

This is a temporary expediency.  These characters sometimes appear in a
math expression and sometimes outside of a math expression, so when we
start correctly rendering math expressions, we can't just blindly jump
into math mode like this.  :(
paperdoorknob.py
texfilter.py