From 44baf5985024a0c5ad705d845b4203bb447bb744 Mon Sep 17 00:00:00 2001 From: Robert Dober Date: Thu, 6 Jul 2023 20:38:39 +0200 Subject: [PATCH] fixed batch url for CI [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40b350c4..164073f7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and any changes you make in this file will most likely be lost # Earmarkā€”A Pure Elixir Markdown Processor -[![CI](https://github.com/pragdave/earmark/actions/workflows/ci.yml/badge.svg)](https://github.com/pragdave/earmark/actions/workflows/ci.yml) +[![CI](https://github.com/pragdave/earmark/actions/workflows/elixir.yml/badge.svg)](https://github.com/pragdave/earmark/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/pragdave/earmark/badge.svg?branch=master)](https://coveralls.io/github/pragdave/earmark?branch=master) [![Hex.pm](https://img.shields.io/hexpm/v/earmark.svg)](https://hex.pm/packages/earmark) [![Hex.pm](https://img.shields.io/hexpm/dw/earmark.svg)](https://hex.pm/packages/earmark) @@ -244,7 +244,7 @@ Depending on the return value of the mapper function the traversal will either just replace the `tag`, `attribute` and `meta` values of the current node with the values of the returned quadruple (ignoring `ignored` for facilitating nodes w/o transformation) and then descend into the **original** content of the node but with the mapper function `new_function` - used for transformation of the AST. + used for transformation of the AST. **N.B.** The original mapper function will be used for transforming the sibbling nodes though.