File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2020 John MacFarlane and contributors
3
+ Copyright (c) 2017-2020 pandoc Lua filters contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- [ ![ travis build
2
- status] ( https://img.shields.io/travis/pandoc/lua-filters/master.svg?label=travis+build )] ( https://travis-ci.org/pandoc/lua-filters )
3
-
4
1
# Lua Filters
5
2
3
+ [ ![ Travis build status] [ Travis badge ]] ( https://travis-ci.org/pandoc/lua-filters )
4
+ [ Travis badge ] : https://img.shields.io/travis/pandoc/lua-filters/master.svg?label=travis+build
5
+
6
6
This repository collects Lua filters for pandoc.
7
7
8
8
To learn about Lua filters, see the
@@ -33,8 +33,13 @@ requirements.
33
33
Contributing
34
34
------------
35
35
36
- PRs for new filters are welcome, provided they conform to these
37
- guidelines. Lua code should ideally follow the Olivine Labs [ Lua
38
- style guide] .
36
+ PRs for improvements, bug fixes, or new filters are welcome.
37
+ Please see CONTRIBUTING.md for additional information.
38
+
39
+ License
40
+ -------
41
+
42
+ All filters are published under the MIT license by their
43
+ respective authors. See LICENSE for details.
39
44
40
45
[ Lua style guide ] : https://github.com/Olivine-Labs/lua-style-guide
You can’t perform that action at this time.
0 commit comments