diff options
Diffstat (limited to 'doc/using-the-pandoc-api.md')
-rw-r--r-- | doc/using-the-pandoc-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md index 8eb34d091..a09cc81aa 100644 --- a/doc/using-the-pandoc-api.md +++ b/doc/using-the-pandoc-api.md @@ -21,7 +21,7 @@ Pictorially: [input format] ==reader==> [Pandoc AST] ==writer==> [output format] ``` -This architecture allows pandoc to perform $M \times n$ +This architecture allows pandoc to perform $M \times N$ conversions with $M$ readers and $N$ writers. The Pandoc AST is defined in the |