aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-02-13 08:11:34 +1100
committerJustin Bedo <cu@cua0.org>2022-02-13 08:11:34 +1100
commitfe80e94838d3701f83eef1f3cb45c087bf9130ac (patch)
treea62e96bf11bf35b24030799e270ab36d3cfb30d8 /README
parentb1b65c7a3a864a1607d1be144e5eb186cd78a5cb (diff)
Passthrough maths but change delimiters
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index cf1d4fd..665b7c4 100644
--- a/README
+++ b/README
@@ -1,2 +1,3 @@
This is an idempotent latex formatter. Sentences are broken on new lines to
-limit conflicts. Reads from STDIN and writes formatted output to STDOUT.
+limit conflicts. Reads from STDIN and writes formatted output to STDOUT. Maths
+delimeters are converted to LaTeX and passed through without formatting.