Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trashhalo/astro-pandoc
- Owner: trashhalo
- License: mit
- Created: 2021-09-19T15:04:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T20:16:00.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:14:21.684Z (3 months ago)
- Topics: astro, pandoc, pin
- Language: Astro
- Homepage:
- Size: 15.3 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-astro - Astro Pandoc - Pandoc rendering for Astro (Astro Packages/Libraries)
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";
---