Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandoc JSON filter #26

Open
dahlia opened this issue Jan 9, 2023 · 0 comments
Open

Pandoc JSON filter #26

dahlia opened this issue Jan 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dahlia
Copy link
Owner

dahlia commented Jan 9, 2023

Making Seonbi to support every markup language in the world is nonsense. Instead, it's much more efficient to let it work as a Pandoc JSON filter, so that the following usage is possible:

pandoc -f asciidoc -t json ko-Kore.adoc | seonbi-pandoc | pandoc -f json -t asciidoc -o ko-Hang.adoc

… or in short:

pandoc --filter seonbi-pandoc -f asciidoc -t asciidoc -o ko-Hang.adoc ko-Kore.adoc 
@dahlia dahlia added the enhancement New feature or request label Jan 9, 2023
@dahlia dahlia self-assigned this Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant