Feature for testing the presence of pandoc#

class sage.features.pandoc.Pandoc(*args, **kwds)[source]#

Bases: Executable

A Feature describing the presence of pandoc.

EXAMPLES:

sage: from sage.features.pandoc import Pandoc
sage: Pandoc().is_present()  # optional - pandoc
FeatureTestResult('pandoc', True)
from sage.features.pandoc import Pandoc
Pandoc().is_present()  # optional - pandoc
>>> from sage.all import *
>>> from sage.features.pandoc import Pandoc
>>> Pandoc().is_present()  # optional - pandoc
FeatureTestResult('pandoc', True)
sage.features.pandoc.all_features()[source]#