Feature for testing the presence of pandoc#
- class sage.features.pandoc.Pandoc(*args, **kwds)#
Bases:
ExecutableA
Featuredescribing the presence ofpandocEXAMPLES:
sage: from sage.features.pandoc import Pandoc sage: Pandoc().is_present() # optional - pandoc FeatureTestResult('pandoc', True)
- sage.features.pandoc.all_features()#