Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>PanDoc Tools
PanDoc Tools

PanDoc Tools

Code Vanguard

|
372 installs
| (0) | Preview
Task for integrating PanDoc into your build and release pipelines.
Get it free

Overview

An Azure Pipeline task that allows you to run the PanDoc tool in your pipelines.

Usage

The extensions supports use of the assistant view to help you to configure your PanDoc.

Assistant view

The assistant will help you to choose the supported input and output formats.

Format parameters

Sample YAML

Below is a sample YAML entry for executing the PanDoc tool.

- task: RunPanDoc@1
  displayName: Convert Github Markdown to HTML
  inputs:
    sourceFile: '$(System.DefaultWorkingDirectory)/Test/test.md'
    inputFormat: 'gfm'
    outputFormat: 'html5'
    destFile: '$(Build.ArtifactStagingDirectory)/test.html'

Argument

Below are the arguments for the task, and the corresponding argument in Pandoc

Argument Description Corresponding PanDoc Command Line Argument
sourceFile The source file to convert.
inputFormat The format of the source file. -f
outputFormat The desination format of the file. -t
destFile Where to save the new file. -o

License

Copyright (C) 2020-2022 Code Vanguard LLC

All rights reserved

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft