Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Feb 5, 2023
1 parent 9559a3b commit be3599f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ An Elixir wrapper around [Pandoc].

## Features

- convenvient ways to call the `pandoc` functions from Elixir
- convenient ways to call the `pandoc` functions from Elixir
- Elixir structs for the [Pandoc AST] - a read and writeable Markdown AST
- ways to traverse and transform the AST
- ways to traverse and transform the AST via Elixir pattern matching (and pipes maybe)
- ... everything you need to write [Pandoc filters] with Elixir


Expand Down Expand Up @@ -134,7 +134,7 @@ see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License and Copyright

(c) 2019 Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details.
(c) 2019-present Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details.


[Pandoc]: https://pandoc.org/
Expand Down

0 comments on commit be3599f

Please sign in to comment.