Skip to content

Commit

Permalink
Update couple of internal section links (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0t authored Jun 15, 2024
1 parent 5d35d42 commit 140066e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Each article in the articles directory must have the format:
* `:earmark_options` - an [`%Earmark.Options{}`](https://hexdocs.pm/earmark/Earmark.Options.html) struct

* `:parser` - custom module with a `parse/2` function that receives the file path
and content as params. See [Custom parser](#custom-parser) for more details.
and content as params. See [Custom parser](#module-custom-parser) for more details.

* `:html_converter` - custom module with a `convert/4` function that receives the
extension, body, and attributes of the markdown file, as well as all options
as params. See [Custom HTML converter](#custom-html-converter) for more details.
as params. See [Custom HTML converter](#module-custom-html-converter) for more details.

## Examples

Expand Down

0 comments on commit 140066e

Please sign in to comment.