diff options
| author | Shim Myeongseob <zzangsim231@gmail.com> | 2019-05-02 09:09:36 +0900 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-05-01 20:09:36 -0400 |
| commit | 73efef589a14616972cf4e3b96b3b1dc366b80f1 (patch) | |
| tree | 165a73dc724d6d5a4acf7bd22a50af08496b1bbf /doc/lua-filters.md | |
| parent | a20323033ee0a718fc18ec2db00c913369944e29 (diff) | |
Fix broken links in documents (#5473)
Fix broken links in doc/epub.md, doc/getting-started.md,
doc/customizing-pandoc.md, doc/using-the-pandoc-api.md.
Also, use absolute links to pandoc.org when possible, so that
the links can be followed by people viewing these documents
on GitHub.
Diffstat (limited to 'doc/lua-filters.md')
| -rw-r--r-- | doc/lua-filters.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 4bc8bcb54..433233ea1 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -11,7 +11,7 @@ title: Pandoc Lua Filters Pandoc has long supported filters, which allow the pandoc abstract syntax tree (AST) to be manipulated between the parsing and the writing phase. [Traditional pandoc -filters](filters.html) accept a JSON representation of the +filters](https://pandoc.org/filters.html) accept a JSON representation of the pandoc AST and produce an altered JSON representation of the AST. They may be written in any programming language, and invoked from pandoc using the `--filter` option. @@ -508,7 +508,7 @@ end This filter replaces code blocks with class `abc` with images created by running their contents through `abcm2ps` and ImageMagick's `convert`. (For more on ABC notation, see -<http://abcnotation.com>.) +<https://abcnotation.com>.) Images are added to the mediabag. For output to binary formats, pandoc will use images in the mediabag. For textual formats, use |
