Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trashhalo/astro-pandoc

astro component that lets you use pandoc
https://github.com/trashhalo/astro-pandoc

astro pandoc pin

Last synced: 2 months ago
JSON representation

astro component that lets you use pandoc

Awesome Lists containing this project

README

        

# Astro Pandoc

Astro component for using pandoc to convert content. This allows you to embed any format pandoc supports.
- Supported formats https://pandoc.org/MANUAL.html#general-options
- [Demo](https://github.com/trashhalo/astro-pandoc/blob/main/src/components/Demo.astro)
- Requires you to have pandoc installed on your machine!

## Usage
```astro
---
import { Pandoc } from "astro-pandoc";
---