It interferes with multiline strings now!!!
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.2.beta9, Release Date: 2020-08-18 │
│ Using Python 3.7.3. Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Warning: this is a prerelease version, and it may be unstable. ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
sage: html(r"""
....: $2 \leq x$
....: """)
<script type="math/tex">Integer(2) * BackslashOperator() * leq x</script>
sage: html(r"""$2 \leq x$""")
<script type="math/tex">2 \leq x</script>
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/80aeffb4-4608-42e5-86d0-77d15a748f06n%40googlegroups.com.