Feature for testing the presence of pandoc¶
- class sage.features.pandoc.Pandoc¶
Bases:
sage.features.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()¶