mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-01 20:35:04 +00:00
23 lines
597 B
YAML
23 lines
597 B
YAML
name: HTML to Markdown
|
|
repo: https://github.com/xberg-io/plugins
|
|
tagline: Fast, lossless HTML to Markdown conversion
|
|
description: OpenCode plugin exposing html-to-markdown CLI tools for converting HTML to clean Markdown with metadata, tables, and document structure.
|
|
scope:
|
|
- global
|
|
- project
|
|
tags:
|
|
- html
|
|
- markdown
|
|
- conversion
|
|
- cli
|
|
homepage: https://www.npmjs.com/package/@xberg-io/opencode-html-to-markdown
|
|
installation: |
|
|
Add the package to `opencode.json`:
|
|
|
|
```json
|
|
{
|
|
"plugin": ["@xberg-io/opencode-html-to-markdown"]
|
|
}
|
|
```
|
|
|
|
Requires the `html-to-markdown` CLI.
|