Closed johnfumaster closed 1 year ago
eg. When the input is Jimmy has $5, Rachel has $6, how much do the kids have in total?
Jimmy has $5, Rachel has $6, how much do the kids have in total?
The result is Jimmy has 5, Rachel has 6, how much do the kids have in total?
There needs to be a way to exclude certain parses. Perhaps the delimiters can be $$...$$ for inline math, and $$$...$$$ for math block?
$$...$$
$$$...$$$
Closing. Just found out that this can already be configured.
eg. When the input is
Jimmy has $5, Rachel has $6, how much do the kids have in total?
The result is Jimmy has 5, Rachel has 6, how much do the kids have in total?
There needs to be a way to exclude certain parses. Perhaps the delimiters can be
$$...$$
for inline math, and$$$...$$$
for math block?