diff options
| author | Andreas Deininger <[email protected]> | 2024-11-06 19:04:33 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-06 10:04:33 -0800 |
| commit | eeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 (patch) | |
| tree | 1941dc499eb8ab802aa24c6b4f096451f6e76e58 /doc | |
| parent | 10f638ddf205dd9b62f080261ad753d824331e29 (diff) | |
Fix typos (#10349)
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* |
