Date: Fri, 29 Apr 2011 23:03:04 +0200 • This file includes Unicode characters. Signed-off-by: Paul Menzel --- tests/rest.tex | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 tests/rest.tex diff --git a/tests/rest.tex b/tests/rest.tex new file mode 100644 index 0000000..8ec2f52 --- /dev/null +++ b/tests/rest.tex @@ -0,0 +1,13 @@ +\usemodule[filter] +\defineexternalfilter[rest][filtercommand={pandoc -f rst -t context -o \externalfilteroutputfile\space \externalfilterinputfile}] +\starttext +There should be a table here. +\startrest +========= ========= + test table +========= ========= + α b + c d +======== ======== +\stoprest +\stoptext -- 1.7.4.4