diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/extras.md | 2 | ||||
| -rw-r--r-- | doc/lua-filters.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/extras.md b/doc/extras.md index 3a4e86688..7d52147bf 100644 --- a/doc/extras.md +++ b/doc/extras.md @@ -47,7 +47,7 @@ complete list, see the [Pandoc Extras wiki page](https://github.com/jgm/pandoc/w process Markdown documents with integrated data and charts (integrates pandoc). - [pandoc-plot](https://github.com/LaurentRDC/pandoc-plot) - allows you to integrate programatically generated plots + allows you to integrate programmatically generated plots generated by various tools. ### Citations diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 913d57f02..7e4ea0b5a 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -422,7 +422,7 @@ its dependency install by adding `path.lua = "/path/to/your/lua"` in your ZeroBrane settings file. Next, open your Lua filter in ZeroBrane, and add `require('mobdebug').start()` at the line where you want your -breakpoint. Then make sure the Project > Lua Intepreter is set to the +breakpoint. Then make sure the Project > Lua Interpreter is set to the "Lua" you added in settings and enable "Start Debugger Server" [see detailed instructions here](https://studio.zerobrane.com/doc-remote-debugging). Run Pandoc @@ -4885,7 +4885,7 @@ Returns a table containing the size and resolution of an image; throws an error if the given string is not an image, or if the size of the image cannot be determined. -The resulting table has four entires: *width*, *height*, +The resulting table has four entries: *width*, *height*, *dpi_horz*, and *dpi_vert*. The `opts` parameter, when given, should be either a WriterOptions @@ -5912,7 +5912,7 @@ Parameters: Returns: -- doc contatining just the literal string ([Doc]) +- doc containing just the literal string ([Doc]) *Since: 2.18* |
