Skip to content

Commit

Permalink
pre
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 2, 2024
1 parent c72febb commit 5115ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texplain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ def formatter_math(text: str) -> str:


def _formatter_inline_math(text: str) -> str:
"""
r"""
Apply :py:func:`formatter_math` to a string that includes inline math commands.
For example ``\(a+b\)`` applies ``"\(" + formatter_math("a+b") + "\)"``.
Expand Down

0 comments on commit 5115ddb

Please sign in to comment.