Commit be3599f 1 parent 9559a3b commit be3599f Copy full SHA for be3599f
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ An Elixir wrapper around [Pandoc].
8
8
9
9
## Features
10
10
11
- - convenvient ways to call the ` pandoc ` functions from Elixir
11
+ - convenient ways to call the ` pandoc ` functions from Elixir
12
12
- Elixir structs for the [ Pandoc AST] - a read and writeable Markdown AST
13
- - ways to traverse and transform the AST
13
+ - ways to traverse and transform the AST via Elixir pattern matching (and pipes maybe)
14
14
- ... everything you need to write [ Pandoc filters] with Elixir
15
15
16
16
@@ -134,7 +134,7 @@ see [CONTRIBUTING](CONTRIBUTING.md) for details.
134
134
135
135
## License and Copyright
136
136
137
- (c) 2019 Marcel Otto. MIT Licensed, see [ LICENSE] ( LICENSE.md ) for details.
137
+ (c) 2019-present Marcel Otto. MIT Licensed, see [ LICENSE] ( LICENSE.md ) for details.
138
138
139
139
140
140
[ Pandoc ] : https://pandoc.org/
You can’t perform that action at this time.
0 commit comments