P.S.
Silly of me not to check ConTeXt version first. Anyway, the problem
persists with most recent ConTeXt although different errors are
produced. The space is supressed
in 'Januszkiewicza)"Notatki' and html entities are not interpreted
properly when using \inlinepandoc.
2014-12-30 10:00 GMT+01:00 Piotr Kopszak
Hello list,
It looks like a bug in the filter module, but maybe I'm doing something wrong. Any help will be greatly appreciated. When using the \inlinepandoc command in the first paragraph below the space at the end of the paragraph in "życiaA. Mickiewicza" is supressed when it should be "życia A. Mickiewicza". This does not happen when using pandoc environment. If you want to run the minimal example you have to make sure you got the recent pandoc which supports twiki input format and create the "output" subdirectory in your working directory.
Best
Piotr ---------------------------------------------------------------------------- \usemodule[filter] \defineexternalfilter [pandoc] [ filter={pandoc -f \externalfilterparameter{format} -t context -o \externalfilteroutputfile}, format=twiki, directory=output, ] \starttext Inne tyt.: Wizyta pana Franciszka Grzymały, Exegi monumentum aere perennius.... Powst. Paryż, na autografie podpis: "Paryż, 12 marca 1833. Wiersze natchnione wizytą Fr. Grzymały". Pdr: {\it Czas} 1859 nr nr 118 s. 2. (\inlinepandoc{w artykule L*** (E. Januszkiewicza) "Notatki wspomnień z życia A. Mickiewicza"}).
\startpandoc Inne tyt.: Wizyta pana Franciszka Grzymały, Exegi monumentum aere perennius.... Powst. Paryż, na autografie podpis: "Paryż, 12 marca 1833. Wiersze natchnione wizytą Fr. Grzymały". Pdr: {\it Czas} 1859 nr nr 118 s. 2. (w artykule L*** (E. Januszkiewicza) "Notatki wspomnień z życia A. Mickiewicza"). \stoppandoc \stoptext ---------------------------------------------------------------------------------