From 95c0f08cc2d448dea36349672f1ef3eddd2907ce Mon Sep 17 00:00:00 2001 From: Babu Annamalai Date: Fri, 29 Dec 2023 20:44:08 +0530 Subject: [PATCH] Update README.source.md --- README.source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.source.md b/README.source.md index fc8ac78..3b801ae 100644 --- a/README.source.md +++ b/README.source.md @@ -1,6 +1,6 @@ # Meet ReverseMarkdown -[![Windows Build status](https://ci.appveyor.com/api/projects/status/xse0bia9olr5shxr?svg=true)](https://ci.appveyor.com/project/BabuAnnamalai/reversemarkdown-net) [![Windows Build status](https://api.travis-ci.org/mysticmind/reversemarkdown-net.svg)](https://travis-ci.org/mysticmind/reversemarkdown-net) [![NuGet Version](https://badgen.net/nuget/v/reversemarkdown)](https://www.nuget.org/packages/ReverseMarkdown/) +[![Build status](https://github.com/mysticmind/reversemarkdown-net/actions/workflows/ci.yaml/badge.svg)](https://github.com/mysticmind/reversemarkdown-net/actions/workflows/ci.yaml) [![NuGet Version](https://badgen.net/nuget/v/reversemarkdown)](https://www.nuget.org/packages/ReverseMarkdown/) ReverseMarkdown is a Html to Markdown converter library in C#. Conversion is very reliable since the HtmlAgilityPack (HAP) library is used for traversing the HTML DOM.