pandoc Verified for current stable LTS

Pandoc Command: Transform Document Using Lua Script

Use for transform document using lua script with Pandoc. Exact CLI syntax to transform document using lua script using Pandoc.

When to use this: Use for transform document using lua script with Pandoc.

Command Syntax

pandoc <path/to/input> -L <path/to/filter.lua> -o <path/to/output>

Command Breakdown

-L
Command Option
Tool-specific option used by this command invocation.
-o
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to transform document using lua script using Pandoc.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Pandoc directory