From 140066e4c7b39f2c93bae662d3606fca1c1dce4d Mon Sep 17 00:00:00 2001 From: Sergey Kuznetsov Date: Sat, 15 Jun 2024 12:18:29 +0200 Subject: [PATCH] Update couple of internal section links (#34) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7196c3d..596cde8 100644 --- a/README.md +++ b/README.md @@ -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