From dd5dd99ec50ae799d0641d8760b7175729be118d Mon Sep 17 00:00:00 2001 From: Florian Brisset <95175167+Fbrisset@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:58:54 +0000 Subject: [PATCH] feat: add pandoc-cli plugin (#919) Co-authored-by: James Hegedus --- README.md | 1 + plugins/pandoc | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/pandoc diff --git a/README.md b/README.md index f7ddc383f..afd57ced0 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | osqueryi | [davidecavestro/asdf-osqueryi](https://github.com/davidecavestro/asdf-osqueryi) | [![Build Status](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml/badge.svg)](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) | | pachctl | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl) | [![build](https://github.com/abatilo/asdf-pachctl/workflows/build/badge.svg)](https://github.com/abatilo/asdf-pachctl/actions?query=workflow%3A%22build%22) | | Packer | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | [![Build](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml) | +| Pandoc | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) | [![Build](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml/badge.svg)](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml) | | patat | [airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) | [![Build](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml/badge.svg)](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml) | | peco | [asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) | [![Build Status](https://github.com/asdf-community/asdf-peco/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-peco/actions) | | pdm | [1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) | [![Build Status](https://github.com/1oglop1/asdf-pdm/actions/workflows/build.yml/badge.svg)](https://github.com/1oglop1/asdf-pdm/actions) | diff --git a/plugins/pandoc b/plugins/pandoc new file mode 100644 index 000000000..11b0e6a64 --- /dev/null +++ b/plugins/pandoc @@ -0,0 +1 @@ +repository = https://github.com/Fbrisset/asdf-pandoc.git