File tree 2 files changed +8
-16
lines changed
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributing to lua-filters
3
3
4
4
Happy to have you here! Below you can find guidance on the
5
5
best way to contribute to this collection of Lua filters.
6
- All contributions are welcome!
6
+ Contributions are welcome!
7
7
8
8
Bugs reports and feature requests
9
9
---------------------------------
Original file line number Diff line number Diff line change 5
5
[ GitHub Actions badge ] : https://img.shields.io/github/workflow/status/pandoc/lua-filters/CI?logo=github
6
6
[ GitHub Actions ] : https://github.com/pandoc/lua-filters/actions
7
7
8
- This repository collects Lua filters for pandoc.
8
+ A collection of Lua filters for pandoc.
9
9
10
- To learn about Lua filters, see the
11
- [ documentation] ( http://pandoc.org/lua-filters.html ) .
10
+ To learn about Lua filters, see the [ documentation] .
12
11
13
- Structure
14
- ---------
15
-
16
- Each filter goes in its own subdirectory. Each subdirectory contains:
17
-
18
- - the filter itself (e.g. ` wordcount.lua ` )
19
- - a ` README.md ` describing the use of the filter
20
- - a ` Makefile ` with a ` test ` target to test the filter
21
- - some data files used for the tests, which may also serve
22
- as examples
12
+ [ documentation ] : http://pandoc.org/lua-filters.html
23
13
24
14
Requirements
25
15
------------
@@ -30,8 +20,10 @@ is no guarantee that filters will work with older versions, but
30
20
many do.
31
21
32
22
Some filters depend on external programs, which must be installed
33
- separately. Refer to the filters' README for detailed
34
- requirements.
23
+ separately. Refer to the filters' README for detailed
24
+ requirements; the filter READMEs are not included in the release
25
+ archives, but available online at
26
+ < https://github.com/pandoc/lua-filters > .
35
27
36
28
Contributing
37
29
------------
You can’t perform that action at this time.
0 commit comments