Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 771 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 771 Bytes

Simple Markdown Translator

Translate Markdown documents to your desired language conveniently using Docker and stdin pipes!

Usage

cat examples/latex-url.md | ./md-translate.sh | tee output.md

With Docker

cat examples/latex-url.md | docker run --rm -i -e OPENAI_API_KEY quay.io/ulagbulag/md-translate:latest

Configuration

Features

  • TeX Live markdown plugin support

License

Please check the LICENSE file.

External Resources