summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-07-14 15:50:53 +0200
committerThomas Letan <lthms@soap.coffee>2020-07-14 15:50:53 +0200
commit41d1aac178a9f564e5bc4a69cda3735cbe81df7a (patch)
treee0502867898699d14fc09a97abdf814af2759cdd /site
parentFix size of code font (diff)
Remove outdated TODO note
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra/soupault.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org
index 4dd4f8a..fb2c57c 100644
--- a/site/cleopatra/soupault.org
+++ b/site/cleopatra/soupault.org
@@ -656,11 +656,6 @@ Once installed and available, \im \KaTeX \mi is really simple to use. The
following script reads (synchronously!) the standard input, renders it using \im
\KaTeX \mi and outputs the resut to the standard output.
-#+BEGIN_TODO
-This script should be generalized to handle both display and inline
-mode. Currently, only inline mode is supported.
-#+END_TODO
-
#+BEGIN_SRC js :tangle scripts/katex.js
var katex = require("katex");
var fs = require("fs");