Feature for testing the presence of pandoc
#
- class sage.features.pandoc.Pandoc(*args, **kwds)#
Bases:
Executable
A
Feature
describing the presence ofpandoc
EXAMPLES:
sage: from sage.features.pandoc import Pandoc sage: Pandoc().is_present() # optional - pandoc FeatureTestResult('pandoc', True)
- sage.features.pandoc.all_features()#