aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexicon_filter.in
diff options
context:
space:
mode:
Diffstat (limited to 'lexicon_filter.in')
-rw-r--r--lexicon_filter.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lexicon_filter.in b/lexicon_filter.in
index e9555e8f..13e8b6d7 100644
--- a/lexicon_filter.in
+++ b/lexicon_filter.in
@@ -71,6 +71,8 @@
/<[^>]*>/ {
b html
}
+ # Preprocess specially recognized commands.
+ s/\\outp/@outp/g
# Process the rest
b process
}